Revision: 55265
          http://sourceforge.net/p/brlcad/code/55265
Author:   carlmoore
Date:     2013-04-29 20:09:30 +0000 (Mon, 29 Apr 2013)
Log Message:
-----------
fix warning about long unsigned

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/nmg/nmg_tri_mc.c

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_tri_mc.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_tri_mc.c  2013-04-29 17:31:59 UTC 
(rev 55264)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_tri_mc.c  2013-04-29 20:09:30 UTC 
(rev 55265)
@@ -716,7 +716,7 @@
            count += rt_nmg_mc_pew(m->s, primp, &a, x, y, z, m->step, m->tol);
        }
     }
-    bu_log("%d done, %d\n", cpu, count);
+    bu_log("%d done, %lu\n", cpu, count);
     m->count += count;
     /* free the rt stuff we don't need anymore */
 }

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


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to