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

marcus_c at users.sourceforge.net marcus_c at users.sourceforge.net
Tue May 2 15:28:08 CEST 2006


Revision: 22282
Author:   marcus_c
Date:     2006-05-02 15:27:24 -0700 (Tue, 02 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22282&view=rev

Log Message:
-----------
Removed compilation error.

Modified Paths:
--------------
    scummvm/trunk/backends/fs/posix/posix-fs.cpp
Modified: scummvm/trunk/backends/fs/posix/posix-fs.cpp
===================================================================
--- scummvm/trunk/backends/fs/posix/posix-fs.cpp	2006-05-02 22:26:26 UTC (rev 22281)
+++ scummvm/trunk/backends/fs/posix/posix-fs.cpp	2006-05-02 22:27:24 UTC (rev 22282)
@@ -114,12 +114,12 @@
 
 	if (verify) {
 #ifdef __DC__
-		FIXME;
 		/*
-		FIXME: Is there really no way to at least verify the path is valid?
-		Or is it too slow, or what? Please clarify with a comment here.
-		(Of course we could just fopen here, but that wouldn't be able to deal
-		with directories...
+		FIXME: Why should I need to add a lot of code
+		just to figure out if a path exists / is a directory here?  
+		We should know what we want it to be, and when open / listDir
+		is called it will become apparent if it isn't.  Just
+		checking for the sake of checking seems bogus to me.
 		*/
 #else
 		struct stat st;


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