[Scummvm-cvs-logs] CVS: scummvm/backends/fs/posix posix-fs.cpp,1.21,1.22

Max Horn fingolfin at users.sourceforge.net
Sun Feb 6 10:39:09 CET 2005


Update of /cvsroot/scummvm/scummvm/backends/fs/posix
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10151/posix

Modified Files:
	posix-fs.cpp 
Log Message:
Remove the OSX-restriction on FilesystemNode::getNodeForPath() for now (I don't like it, but until a proper solution is in place, it seems to be the best thing to do)

Index: posix-fs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/fs/posix/posix-fs.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- posix-fs.cpp	1 Jan 2005 16:08:46 -0000	1.21
+++ posix-fs.cpp	6 Feb 2005 18:37:23 -0000	1.22
@@ -82,11 +82,9 @@
 	return new POSIXFilesystemNode();
 }
 
-#ifdef MACOSX
 AbstractFilesystemNode *FilesystemNode::getNodeForPath(const String &path) {
 	return new POSIXFilesystemNode(path);
 }
-#endif
 
 POSIXFilesystemNode::POSIXFilesystemNode() {
 #ifndef __DC__





More information about the Scummvm-git-logs mailing list