Revision: 56923
          http://sourceforge.net/p/brlcad/code/56923
Author:   tbrowder2
Date:     2013-08-18 01:15:42 +0000 (Sun, 18 Aug 2013)
Log Message:
-----------
add missing type

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-08-17 23:43:40 UTC (rev 56922)
+++ brlcad/trunk/src/libfb/if_X24.c     2013-08-18 01:15:42 UTC (rev 56923)
@@ -79,7 +79,7 @@
 #define SHMEM_KEY 42
 
 /* FIXME: see next FIXME ref gcc 4.8.1 error */
-const GLUMTBL_FACTOR = LONG_MAX / 256;
+const int GLUMTBL_FACTOR = LONG_MAX / 256;
 
 /*
  * Per window state information.

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to