From 3e6f3487c9c86a0384cba4196dc2ec658e2694e6 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 19 Oct 2020 22:03:30 +0200 Subject: [PATCH] (Windows) Fixed a small issue which caused a compilation error. --- es-app/src/CollectionSystemManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/CollectionSystemManager.cpp b/es-app/src/CollectionSystemManager.cpp index 7e29e3210..0fe8a257c 100644 --- a/es-app/src/CollectionSystemManager.cpp +++ b/es-app/src/CollectionSystemManager.cpp @@ -186,7 +186,7 @@ void CollectionSystemManager::saveCustomCollection(SystemData* sys) fileGameEntries.erase(last, fileGameEntries.end()); #if defined(_WIN64) - configFile.open(Utils::String:: + configFileOut.open(Utils::String:: stringToWideString(getCustomCollectionConfigPath(name)).c_str()); #else configFileOut.open(getCustomCollectionConfigPath(name));