Revision: 55269
          http://sourceforge.net/p/brlcad/code/55269
Author:   carlmoore
Date:     2013-04-30 13:58:11 +0000 (Tue, 30 Apr 2013)
Log Message:
-----------
fix warning about long unsigned

Modified Paths:
--------------
    brlcad/trunk/src/liboptical/sh_light.c

Modified: brlcad/trunk/src/liboptical/sh_light.c
===================================================================
--- brlcad/trunk/src/liboptical/sh_light.c      2013-04-30 13:52:04 UTC (rev 
55268)
+++ brlcad/trunk/src/liboptical/sh_light.c      2013-04-30 13:58:11 UTC (rev 
55269)
@@ -171,7 +171,7 @@
 
     if (rdebug & RDEBUG_LIGHT) {
        bu_log("light_cvt_visible(%s, %zu)\n", name, sdp->sp_offset);
-       bu_log("visible: %d invisible: %d\n",
+       bu_log("visible: %lu invisible: %lu\n",
               LIGHT_O(lt_visible),
               LIGHT_O(lt_invisible));
     }

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