From 4bbbd902be14b52d1f45c10881ed9d360f47bc72 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Thu, 1 Jul 2021 17:53:05 +0200 Subject: [PATCH] Single-byte change. --- es-app/src/Gamelist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/Gamelist.cpp b/es-app/src/Gamelist.cpp index 18329c31c..478d025cf 100644 --- a/es-app/src/Gamelist.cpp +++ b/es-app/src/Gamelist.cpp @@ -284,7 +284,7 @@ void updateGamelist(SystemData* system) continue; } - std::string nodePath =Utils::FileSystem::getCanonicalPath( + std::string nodePath = Utils::FileSystem::getCanonicalPath( Utils::FileSystem::resolveRelativePath(pathNode.text().get(), system->getStartPath(), true)); std::string gamePath = Utils::FileSystem::getCanonicalPath((*fit)->getPath());