diff options
author | Max Horn | 2007-12-09 15:24:06 +0000 |
---|---|---|
committer | Max Horn | 2007-12-09 15:24:06 +0000 |
commit | 87fadf6b459183a383f66103721d5b0060ca832c (patch) | |
tree | 412b6358ee35760e88593c00625ce83d2008e87e | |
parent | 5ebdedc75e2bc1f3280b35c961c771b0c7870d17 (diff) | |
download | scummvm-rg350-87fadf6b459183a383f66103721d5b0060ca832c.tar.gz scummvm-rg350-87fadf6b459183a383f66103721d5b0060ca832c.tar.bz2 scummvm-rg350-87fadf6b459183a383f66103721d5b0060ca832c.zip |
cleanup
svn-id: r29795
-rw-r--r-- | engines/agi/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 2b64913992..7584780978 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -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 = "."; |