[Scummvm-cvs-logs] CVS: residual lua.cpp,1.138,1.139

James Brown ender at users.sourceforge.net
Sat Apr 9 20:09:01 CEST 2005


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8611

Modified Files:
	lua.cpp 
Log Message:
Fix compilation on any platform != WIN32 :)


Index: lua.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/lua.cpp,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- lua.cpp	8 Apr 2005 22:29:05 -0000	1.138
+++ lua.cpp	10 Apr 2005 03:08:29 -0000	1.139
@@ -1276,12 +1276,11 @@
 #endif
 
 #ifdef _WIN32
-		if (g_find_file_data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
+		if (g_find_file_data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
 #else
 		if (de->d_type == 6/* DT_DIR ? */)
 #endif
 			found = false;
-		}
 	}
 
 	if (found) {





More information about the Scummvm-git-logs mailing list