зеркало из https://github.com/mozilla/pjs.git
Convert command-line arguments from native encoding to Unicode. Bug 208363, r+sr=neil
This commit is contained in:
Родитель
3277b68fb2
Коммит
01be44542a
|
@ -565,7 +565,8 @@ LaunchApplicationWithArgs(const char *commandLineArg,
|
|||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
if (openWindowWithArgs) {
|
||||
NS_ConvertASCIItoUTF16 cmdArgs(cmdResult);
|
||||
nsAutoString cmdArgs;
|
||||
NS_CopyNativeToUnicode(cmdResult, cmdArgs);
|
||||
#ifdef DEBUG_CMD_LINE
|
||||
printf("opening %s with %s\n", chromeUrlForTask.get(), "OpenWindow");
|
||||
#endif /* DEBUG_CMD_LINE */
|
||||
|
|
Загрузка…
Ссылка в новой задаче