From 87fadf6b459183a383f66103721d5b0060ca832c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 9 Dec 2007 15:24:06 +0000 Subject: cleanup svn-id: r29795 --- engines/agi/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agi') 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 = "."; -- cgit v1.2.3