mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
cleanup
svn-id: r29795
This commit is contained in:
parent
5ebdedc75e
commit
87fadf6b45
@ -2080,7 +2080,7 @@ Common::EncapsulatedADGameDesc fallbackDetector(const FSList *fslist) {
|
||||
|
||||
// Use the current directory for searching if fslist == NULL
|
||||
if (fslist == NULL) {
|
||||
Common::String path = ConfMan.get("path").c_str();
|
||||
Common::String path = ConfMan.get("path");
|
||||
|
||||
if (path.empty())
|
||||
path = ".";
|
||||
|
Loading…
x
Reference in New Issue
Block a user