diff --git a/es-app/src/SystemData.cpp b/es-app/src/SystemData.cpp index b91ed7e73..0c10905ee 100644 --- a/es-app/src/SystemData.cpp +++ b/es-app/src/SystemData.cpp @@ -738,7 +738,7 @@ bool SystemData::createSystemDirectories() pugi::xml_document doc; #if defined(_WIN64) pugi::xml_parse_result res = - doc.load_file(Utils::String::stringToWideString(configPath).c_str()); + doc.load_file(Utils::String::stringToWideString(configPaths.front()).c_str()); #else pugi::xml_parse_result res = doc.load_file(configPaths.front().c_str()); #endif