To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94583
                 Issue #|94583
                 Summary|desktop: inverted check in cmdline arguments handling
               Component|framework
                 Version|DEV300m31
                Platform|Opteron/x86_64
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|tm
             Reported by|dtardon





------- Additional comments from [EMAIL PROTECTED] Thu Oct  2 14:05:53 +0000 
2008 -------
Return value of rtl_getAppCommandArg() in ExtCommandLineSupplier::next() is
checked for false, but return value of that command is not bool--it is
oslProcessError enumeration. Unfortunately, the value meaning
success--osl_Process_E_None--is on the first position there, which means it has
integer value of 0. What follows is that the condition comes to true whenever
getting of next argument was successful and application'll happily exit on
OSL_ASSERT(false) in body of the if statement.

---------------------------------------------------------------------
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