To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84368
                 Issue #|84368
                 Summary|suspicious code in setup_native
               Component|Installation
                 Version|680m238
                Platform|PC
                     URL|
              OS/Version|Windows, all
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|of
             Reported by|tono





------- Additional comments from [EMAIL PROTECTED] Sat Dec  8 14:18:01 +0000 
2007 -------
In setup_native/source/win32/customactions/reg4msdoc/registrar.cxx, wstring 
parameter is passed to variable argument. Obviously the conversion 
from "wstring" type to "const wchar_t *" type is expected but IMHO as the 
argument type is not specified the conversion may not occur.

wstring::c_str() should be called explicitly, I think.

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