mirror of
https://github.com/reactos/CMake.git
synced 2024-11-26 13:00:25 +00:00
Fix grouping of arguments on Windows 98
This commit is contained in:
parent
789cc71855
commit
4045066f01
@ -164,14 +164,14 @@ static BOOL RealPopenCreateProcess(const char *cmdstring,
|
||||
ZeroMemory(s2, x);
|
||||
sprintf(
|
||||
s2,
|
||||
"%s \"%s%s%s\"",
|
||||
"%s %s%s%s",
|
||||
modulepath,
|
||||
s1,
|
||||
s3,
|
||||
cmdstring);
|
||||
sprintf(
|
||||
s2,
|
||||
"%s \"%s\"",
|
||||
"%s %s",
|
||||
modulepath,
|
||||
cmdstring);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user