mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
Appending another slash breaks COMI on MorphOS and AmigaOS where a double-slash means parent directory ... a slash is already appended by the game detector if required
svn-id: r6192
This commit is contained in:
parent
7a57023321
commit
56b6b10301
@ -287,7 +287,7 @@ public:
|
||||
if (_gameDataPath[0] == '\0')
|
||||
return "resource";
|
||||
|
||||
sprintf(resourcePath, "%s/resource", _gameDataPath);
|
||||
sprintf(resourcePath, "%sresource", _gameDataPath);
|
||||
return resourcePath;
|
||||
}
|
||||
return _gameDataPath;
|
||||
|
Loading…
Reference in New Issue
Block a user