Revision: 55276
          http://sourceforge.net/p/brlcad/code/55276
Author:   carlmoore
Date:     2013-05-01 17:45:07 +0000 (Wed, 01 May 2013)
Log Message:
-----------
fix type (need long unsigned)

Modified Paths:
--------------
    brlcad/trunk/src/libfb/fb_generic.c

Modified: brlcad/trunk/src/libfb/fb_generic.c
===================================================================
--- brlcad/trunk/src/libfb/fb_generic.c 2013-05-01 14:57:31 UTC (rev 55275)
+++ brlcad/trunk/src/libfb/fb_generic.c 2013-05-01 17:45:07 UTC (rev 55276)
@@ -52,7 +52,7 @@
 
 
 #define Malloc_Bomb(_bytes_)                                   \
-    fb_log("\"%s\"(%d) : allocation of %d bytes failed.\n",    \
+    fb_log("\"%s\"(%d) : allocation of %lu bytes failed.\n",   \
           __FILE__, __LINE__, _bytes_)
 
 

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


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to