Revision: 40917
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40917&view=rev
Author:   erikgreenwald
Date:     2010-10-07 02:36:14 +0000 (Thu, 07 Oct 2010)

Log Message:
-----------
fix magic overflow

Modified Paths:
--------------
    brlcad/trunk/src/libbn/randmt.c

Modified: brlcad/trunk/src/libbn/randmt.c
===================================================================
--- brlcad/trunk/src/libbn/randmt.c     2010-10-07 02:32:15 UTC (rev 40916)
+++ brlcad/trunk/src/libbn/randmt.c     2010-10-07 02:36:14 UTC (rev 40917)
@@ -50,7 +50,7 @@
 #define TEMPERING_SHIFT_T(y)  (y << 15)
 #define TEMPERING_SHIFT_L(y)  (y >> 18)
 
-#define MERSENNE_MAGIC 0x4D54524E0A
+#define MERSENNE_MAGIC 0x4D54524E
 
 static struct _internal_state_s {
     uint32_t magic;


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

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to