[Scummvm-cvs-logs] SF.net SVN: scummvm: [29795] scummvm/trunk/engines/agi/detection.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sun Dec 9 16:24:07 CET 2007
Revision: 29795
http://scummvm.svn.sourceforge.net/scummvm/?rev=29795&view=rev
Author: fingolfin
Date: 2007-12-09 07:24:06 -0800 (Sun, 09 Dec 2007)
Log Message:
-----------
cleanup
Modified Paths:
--------------
scummvm/trunk/engines/agi/detection.cpp
Modified: scummvm/trunk/engines/agi/detection.cpp
===================================================================
--- scummvm/trunk/engines/agi/detection.cpp 2007-12-09 15:17:37 UTC (rev 29794)
+++ scummvm/trunk/engines/agi/detection.cpp 2007-12-09 15:24:06 UTC (rev 29795)
@@ -2080,7 +2080,7 @@
// 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 = ".";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list