summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnyOldName3 <krizdjali+gitlab@gmail.com>2023-05-14 23:37:41 +0000
committerBret Curtis <psi29a@gmail.com>2024-02-05 14:27:47 +0100
commit82bc924e082cff369bc0818a133d0d3f3cdb03c5 (patch)
treed156646e056a0beb3c3af2caa7296088d4cc3673
parent3bb8540f1d257df10c4ab4b63030a2e5b7f3b79e (diff)
More facism appeasementini_importer_tests
-rw-r--r--apps/mwiniimporter_tests/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mwiniimporter_tests/main.cpp b/apps/mwiniimporter_tests/main.cpp
index 94a3c4d4d8..91dcf500d1 100644
--- a/apps/mwiniimporter_tests/main.cpp
+++ b/apps/mwiniimporter_tests/main.cpp
@@ -44,8 +44,8 @@ int runBinary(
std::filesystem::path psScriptPath = std::filesystem::temp_directory_path()
/ ("openmw_iniimporter_tests_" + std::to_string(std::time(nullptr)) + ".ps1");
std::wofstream psScriptFile(psScriptPath);
- psScriptFile << L"\uFEFF& '" << binaryPath.native() << L"' -i '" << iniPath.native() << L"' -c '" << cfgPath.native()
- << "'" << std::endl;
+ psScriptFile << L"\uFEFF& '" << binaryPath.native() << L"' -i '" << iniPath.native() << L"' -c '"
+ << cfgPath.native() << "'" << std::endl;
psScriptFile.close();
std::wstringstream psCmd;