svn-id: r29795
This commit is contained in:
Max Horn 2007-12-09 15:24:06 +00:00
parent 5ebdedc75e
commit 87fadf6b45

View File

@ -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 = ".";