Revision: 54926
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54926&view=rev
Author:   r_weiss
Date:     2013-03-27 21:43:03 +0000 (Wed, 27 Mar 2013)
Log Message:
-----------
Update to "pixbustup.c" changing type for "bu_lseek" to "off_t".

Modified Paths:
--------------
    brlcad/trunk/src/util/pixbustup.c

Modified: brlcad/trunk/src/util/pixbustup.c
===================================================================
--- brlcad/trunk/src/util/pixbustup.c   2013-03-27 21:35:04 UTC (rev 54925)
+++ brlcad/trunk/src/util/pixbustup.c   2013-03-27 21:43:03 UTC (rev 54926)
@@ -49,7 +49,7 @@
 int
 main(int argc, char **argv)
 {
-    size_t image_offset;
+    off_t image_offset;
     size_t framenumber;
     char *base_name;
     char name[128];

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