Revision: 54291
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54291&view=rev
Author:   carlmoore
Date:     2013-02-01 21:07:00 +0000 (Fri, 01 Feb 2013)
Log Message:
-----------
switch to long int format

Modified Paths:
--------------
    brlcad/trunk/src/util/pixbustup.c

Modified: brlcad/trunk/src/util/pixbustup.c
===================================================================
--- brlcad/trunk/src/util/pixbustup.c   2013-02-01 20:48:23 UTC (rev 54290)
+++ brlcad/trunk/src/util/pixbustup.c   2013-02-01 21:07:00 UTC (rev 54291)
@@ -68,7 +68,7 @@
        return 2;
     }
     if (nlines > UINT32_MAX) {
-       bu_log("ERROR: not ready to handle images bigger than %ld bytes 
square.", UINT32_MAX);
+       bu_log("ERROR: not ready to handle images bigger than %x bytes 
square.", UINT32_MAX);
        printUsage();
        return 3;
     }

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to