Revision: 55277
          http://sourceforge.net/p/brlcad/code/55277
Author:   carlmoore
Date:     2013-05-01 17:51:34 +0000 (Wed, 01 May 2013)
Log Message:
-----------
fix type (needed long unsigned)

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

Modified: brlcad/trunk/src/libfb/fb_paged_io.c
===================================================================
--- brlcad/trunk/src/libfb/fb_paged_io.c        2013-05-01 17:45:07 UTC (rev 
55276)
+++ brlcad/trunk/src/libfb/fb_paged_io.c        2013-05-01 17:51:34 UTC (rev 
55277)
@@ -39,7 +39,7 @@
 #define PAGE_SCANS (ifp->if_ppixels/ifp->if_width)
 
 #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