https://bugs.documentfoundation.org/show_bug.cgi?id=124776
--- Comment #3 from Tor Lillqvist <[email protected]> ---
The code in osl_createCommandArgs_Impl() looks like it would be doing the right
thing, even uses CommandLineToArgvW( GetCommandLineW(), &nArgs ), and has the
comment /* Replace argv[0] with its absolute path */
But that gets used only if osl_setCommandArgs() is called with a zero argc. And
we apparently call osl_setCommandArgs() with whatever happens to be in the args
and argv passed to main(). I think we shold always ignore any argc and argv
passed to main() and just let that osl_createCommandArgs_Impl() do its job.
Or is there some detail I am missing?
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs