mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-05-24 14:55:09 -04:00
Do not add NULL at end of commandLine on Windows.
This commit is contained in:
@@ -50,7 +50,7 @@ std::unique_ptr<wchar_t[]> toWideChar(const std::string& value)
|
||||
}
|
||||
|
||||
|
||||
void WinImpl::run(const commandLine_t& commandLine)
|
||||
void WinImpl::run(commandLine_t& commandLine)
|
||||
{
|
||||
STARTUPINFOW startInfo = {0};
|
||||
PROCESS_INFORMATION procInfo;
|
||||
|
||||
Reference in New Issue
Block a user