Revision: 54925
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54925&view=rev
Author:   r_weiss
Date:     2013-03-27 21:35:04 +0000 (Wed, 27 Mar 2013)
Log Message:
-----------
Update to "pp-fb.c", changing types for "bu_lseek" from "long" to "off_t".

Modified Paths:
--------------
    brlcad/trunk/src/fb/pp-fb.c

Modified: brlcad/trunk/src/fb/pp-fb.c
===================================================================
--- brlcad/trunk/src/fb/pp-fb.c 2013-03-27 21:26:13 UTC (rev 54924)
+++ brlcad/trunk/src/fb/pp-fb.c 2013-03-27 21:35:04 UTC (rev 54925)
@@ -114,7 +114,8 @@
 int ifd, io, grid_w, grid_h, min_w, min_h, max_w, max_h, ni, opq=0;
 int ib=0, ic=0, nc=0, ibc=0, itc=3;
 int itmc[500];
-long itm[500], loci, locd, loct=0, loce, ctoi(void);
+long itm[500], ctoi(void);
+off_t loci, loct=0, locd, loce;
 
 void   paint(void), prtclr(char raw), prtsmu(char raw);
 int    lookup(long int ix, long int *jx, int n);

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