Single-byte change.

This commit is contained in:
Leon Styhre 2021-07-01 17:53:05 +02:00
parent 2eb8240211
commit 4bbbd902be

View file

@ -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());