Revision: 56268
http://sourceforge.net/p/brlcad/code/56268
Author: mohitdaga
Date: 2013-07-27 19:07:57 +0000 (Sat, 27 Jul 2013)
Log Message:
-----------
Correct log message and remove debug message.
Modified Paths:
--------------
brlcad/trunk/src/libicv/fileformat.c
Modified: brlcad/trunk/src/libicv/fileformat.c
===================================================================
--- brlcad/trunk/src/libicv/fileformat.c 2013-07-27 19:05:14 UTC (rev
56267)
+++ brlcad/trunk/src/libicv/fileformat.c 2013-07-27 19:07:57 UTC (rev
56268)
@@ -163,7 +163,6 @@
double *double_p;
size = bif->height*bif->width*bif->channels;
- printf("data2uchar: Size = %ld\n",size);
char_p = uchar_data = (unsigned char*) bu_malloc((size_t)size, "data2uchar
: unsigned char data");
double_p = bif->data;
@@ -247,7 +246,7 @@
if (bif->color_space == ICV_COLOR_SPACE_GRAY) {
icv_image_gray2rgb(bif);
} else if (bif->color_space != ICV_COLOR_SPACE_RGB) {
- bu_log("bw_save : Color Space conflict");
+ bu_log("pix_save : Color Space conflict");
return -1;
}
data = data2uchar(bif);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits