We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2b9da commit 25ae14cCopy full SHA for 25ae14c
src/util/subprocess.h
@@ -1146,7 +1146,7 @@ inline void Popen::execute_process() noexcept(false)
1146
NULL, // process security attributes
1147
NULL, // primary thread security attributes
1148
TRUE, // handles are inherited
1149
- creation_flags, // creation flags
+ creation_flags, // creation flags
1150
NULL, // use parent's environment
1151
NULL, // use parent's current directory
1152
&siStartInfo, // STARTUPINFOW pointer
0 commit comments