To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99584
                 Issue #|99584
                 Summary|sal: operation on 'nOffset' may be undefined
               Component|porting
                 Version|DEV300m41
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|sb
             Reported by|cmc





------- Additional comments from [email protected] Tue Feb 24 15:23:10 +0000 
2009 -------
i.e. a gcc warning on 

return (0x20 + pCns116431992Data[nOffset++]) << 8
        | (0x20 + pCns116431992Data[nOffset]);

suggest simply...

return (0x20 + pCns116431992Data[nOffset]) << 8
        | (0x20 + pCns116431992Data[nOffset+1]);

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to