mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-07 06:45:34 +00:00
oh clang-format; stop hating me
This commit is contained in:
parent
1a3d87d955
commit
f48b96d861
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ int runBinary(
|
|||
{
|
||||
#ifdef _WIN32
|
||||
std::wstringstream cmd;
|
||||
cmd << L'"' << binaryPath.native() << L'"' << L" -i " << '"' << iniPath.native() << '"' << L" -c " << '"' << cfgPath.native()
|
||||
<< '"';
|
||||
cmd << L'"' << binaryPath.native() << L'"' << L" -i " << '"' << iniPath.native() << '"' << L" -c " << '"'
|
||||
<< cfgPath.native() << '"';
|
||||
return _wsystem(cmd.str().c_str());
|
||||
#else
|
||||
std::stringstream cmd;
|
||||
|
|
Loading…
Reference in a new issue