[Scummvm-cvs-logs] SF.net SVN: scummvm:[45920] scummvm/trunk/gui/browser.cpp

vinterstum at users.sourceforge.net vinterstum at users.sourceforge.net
Sun Nov 15 13:18:14 CET 2009


Revision: 45920
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45920&view=rev
Author:   vinterstum
Date:     2009-11-15 12:18:13 +0000 (Sun, 15 Nov 2009)

Log Message:
-----------
Build fix for 64-bit OS X

Modified Paths:
--------------
    scummvm/trunk/gui/browser.cpp

Modified: scummvm/trunk/gui/browser.cpp
===================================================================
--- scummvm/trunk/gui/browser.cpp	2009-11-15 11:59:31 UTC (rev 45919)
+++ scummvm/trunk/gui/browser.cpp	2009-11-15 12:18:13 UTC (rev 45920)
@@ -98,7 +98,7 @@
 		assert(err == noErr);
 
 		if (reply.validRecord && err == noErr) {
-			SInt32 theCount;
+			long theCount;
 			AECountItems(&reply.selection, &theCount);
 			assert(theCount == 1);
 


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