Revision: 65325
          http://sourceforge.net/p/brlcad/code/65325
Author:   starseeker
Date:     2015-06-16 16:35:57 +0000 (Tue, 16 Jun 2015)
Log Message:
-----------
Want the print specifier for a long

Modified Paths:
--------------
    brlcad/trunk/src/libbu/opt.c

Modified: brlcad/trunk/src/libbu/opt.c
===================================================================
--- brlcad/trunk/src/libbu/opt.c        2015-06-16 15:21:50 UTC (rev 65324)
+++ brlcad/trunk/src/libbu/opt.c        2015-06-16 16:35:57 UTC (rev 65325)
@@ -483,7 +483,7 @@
        i = (int)l;
     } else {
        /* Too big or too small, fail */
-       if (msg) bu_vls_printf(msg, "String specifies number too large for int 
data type: %l\n", l);
+       if (msg) bu_vls_printf(msg, "String specifies number too large for int 
data type: %ld\n", l);
        return -1;
     }
 

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


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to