mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fix typo that was busting xpcshell on *NIX
This commit is contained in:
parent
d4bb2883d3
commit
577e9e1928
@ -579,7 +579,7 @@ NS_InitXPCOM3(nsIServiceManager* *result,
|
||||
CommandLine::Init(0, nsnull);
|
||||
#else
|
||||
static char const *const argv = { "/really/should/not/exist" };
|
||||
CommandLine::Init(sizeof(argv), &argv);
|
||||
CommandLine::Init(1, &argv);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user