Revision: 56924
http://sourceforge.net/p/brlcad/code/56924
Author: tbrowder2
Date: 2013-08-18 11:54:18 +0000 (Sun, 18 Aug 2013)
Log Message:
-----------
think it should be INT_MAX
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-18 01:15:42 UTC (rev 56923)
+++ brlcad/trunk/src/libfb/if_X24.c 2013-08-18 11:54:18 UTC (rev 56924)
@@ -79,7 +79,7 @@
#define SHMEM_KEY 42
/* FIXME: see next FIXME ref gcc 4.8.1 error */
-const int GLUMTBL_FACTOR = LONG_MAX / 256;
+const int GLUMTBL_FACTOR = INT_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