[Scummvm-cvs-logs] SF.net SVN: scummvm: [22261] scummvm/trunk/backends/fs/symbian/symbian-fs.cpp

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Mon May 1 08:38:02 CEST 2006


Revision: 22261
Author:   anotherguest
Date:     2006-05-01 08:36:54 -0700 (Mon, 01 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22261&view=rev

Log Message:
-----------
_pseudoRoot was not intialized properly

Modified Paths:
--------------
    scummvm/trunk/backends/fs/symbian/symbian-fs.cpp
Modified: scummvm/trunk/backends/fs/symbian/symbian-fs.cpp
===================================================================
--- scummvm/trunk/backends/fs/symbian/symbian-fs.cpp	2006-05-01 14:20:02 UTC (rev 22260)
+++ scummvm/trunk/backends/fs/symbian/symbian-fs.cpp	2006-05-01 15:36:54 UTC (rev 22261)
@@ -88,6 +88,9 @@
 SymbianFilesystemNode::SymbianFilesystemNode(const String &path) {
 	if (path.size() == 0)
 		_isPseudoRoot = true;
+	else
+		_isPseudoRoot = false;
+
 	_path = path;
 	const char *dsplName = NULL, *pos = path.c_str();
 	// FIXME -- why is this code scanning for a slash '/' when the rest of


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