mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Single-byte change.
This commit is contained in:
parent
2eb8240211
commit
4bbbd902be
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue