[Scummvm-cvs-logs] SF.net SVN: scummvm:[53379] scummvm/trunk/engines/sword25/kernel/ filesystemutil.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Oct 13 02:01:59 CEST 2010


Revision: 53379
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53379&view=rev
Author:   sev
Date:     2010-10-13 00:01:59 +0000 (Wed, 13 Oct 2010)

Log Message:
-----------
SWORD25: Return proper path separator

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/kernel/filesystemutil.cpp

Modified: scummvm/trunk/engines/sword25/kernel/filesystemutil.cpp
===================================================================
--- scummvm/trunk/engines/sword25/kernel/filesystemutil.cpp	2010-10-13 00:01:40 UTC (rev 53378)
+++ scummvm/trunk/engines/sword25/kernel/filesystemutil.cpp	2010-10-13 00:01:59 UTC (rev 53379)
@@ -84,7 +84,7 @@
 	}
 
 	virtual Common::String GetPathSeparator() {
-		return Common::String("//");
+		return Common::String("/");
 	}
 
 	virtual int64 GetFileSize(const Common::String &Filename) {


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