mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1251226 - Avoid passing a std::wstring through the variadic method; r=bobowen
This commit is contained in:
parent
b8a437e28e
commit
b9bb25160b
@ -1034,7 +1034,7 @@ GeckoChildProcessHost::PerformAsyncLaunchInternal(std::vector<std::string>& aExt
|
||||
EnvironmentLog("MOZ_PROCESS_LOG").print(
|
||||
"==> process %d launched child process %d (%S)\n",
|
||||
base::GetCurrentProcId(), base::GetProcId(process),
|
||||
cmdLine.command_line_string());
|
||||
cmdLine.command_line_string().c_str());
|
||||
}
|
||||
} else
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user