Revision: 55323
http://sourceforge.net/p/brlcad/code/55323
Author: carlmoore
Date: 2013-05-08 13:21:01 +0000 (Wed, 08 May 2013)
Log Message:
-----------
fix a warning message about type mismatch in format
Modified Paths:
--------------
brlcad/trunk/src/liboptical/sh_prj.c
Modified: brlcad/trunk/src/liboptical/sh_prj.c
===================================================================
--- brlcad/trunk/src/liboptical/sh_prj.c 2013-05-08 12:11:06 UTC (rev
55322)
+++ brlcad/trunk/src/liboptical/sh_prj.c 2013-05-08 13:21:01 UTC (rev
55323)
@@ -181,7 +181,7 @@
return -1; /* FAIL */
if (image->i_data->buflen < size) {
- bu_log("\nWARNING: %V needs %lu bytes, file only has %d\n",
&image->i_name, size, image->i_data->buflen);
+ bu_log("\nWARNING: %V needs %lu bytes, file only has %lu\n",
&image->i_name, size, image->i_data->buflen);
} else if (image->i_data->buflen > size) {
bu_log("\nWARNING: Image file size is larger than specified image
size\n\tInput File: %zu pixels\n\tSpecified Image Size: %lu
pixels\n...continuing to load using image subsection...",
image->i_data->buflen, size);
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits