Revision: 54924
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54924&view=rev
Author:   r_weiss
Date:     2013-03-27 21:26:13 +0000 (Wed, 27 Mar 2013)
Log Message:
-----------
Update to file "if_X24.c" to support "bu_lseek" on Windows 64bit.

Modified Paths:
--------------
    brlcad/trunk/src/libfb/if_X24.c

Modified: brlcad/trunk/src/libfb/if_X24.c
===================================================================
--- brlcad/trunk/src/libfb/if_X24.c     2013-03-27 21:19:40 UTC (rev 54923)
+++ brlcad/trunk/src/libfb/if_X24.c     2013-03-27 21:26:13 UTC (rev 54924)
@@ -2050,8 +2050,8 @@
     struct xinfo *xi = XI(ifp);
 
     char *mem = NULL;
-    int pixsize;
-    int size;
+    size_t pixsize;
+    off_t size;
     int isnew = 0;
 
     FB_CK_FBIO(ifp);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to