Revision: 56823
http://sourceforge.net/p/brlcad/code/56823
Author: brlcad
Date: 2013-08-14 03:05:07 +0000 (Wed, 14 Aug 2013)
Log Message:
-----------
ugh ,
Modified Paths:
--------------
brlcad/trunk/src/util/bwrect.c
brlcad/trunk/src/util/pixrect.c
Modified: brlcad/trunk/src/util/bwrect.c
===================================================================
--- brlcad/trunk/src/util/bwrect.c 2013-08-14 03:00:46 UTC (rev 56822)
+++ brlcad/trunk/src/util/bwrect.c 2013-08-14 03:05:07 UTC (rev 56823)
@@ -119,7 +119,7 @@
if (img == NULL)
return 1;
icv_rect(img, xorig, yorig, outx, outy);
- icv_write(img, out_file , ICV_IMAGE_BW);
+ icv_write(img, out_file, ICV_IMAGE_BW);
icv_destroy(img);
return 0;
Modified: brlcad/trunk/src/util/pixrect.c
===================================================================
--- brlcad/trunk/src/util/pixrect.c 2013-08-14 03:00:46 UTC (rev 56822)
+++ brlcad/trunk/src/util/pixrect.c 2013-08-14 03:05:07 UTC (rev 56823)
@@ -123,7 +123,7 @@
if (img == NULL)
return 1;
icv_rect(img, xorig, yorig, outx, outy);
- icv_write(img, out_file , ICV_IMAGE_PIX);
+ icv_write(img, out_file, ICV_IMAGE_PIX);
icv_destroy(img);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits