Revision: 56738
http://sourceforge.net/p/brlcad/code/56738
Author: mohitdaga
Date: 2013-08-10 11:21:04 +0000 (Sat, 10 Aug 2013)
Log Message:
-----------
Correct the error message in crop.c
Modified Paths:
--------------
brlcad/trunk/src/libicv/crop.c
Modified: brlcad/trunk/src/libicv/crop.c
===================================================================
--- brlcad/trunk/src/libicv/crop.c 2013-08-10 05:45:57 UTC (rev 56737)
+++ brlcad/trunk/src/libicv/crop.c 2013-08-10 11:21:04 UTC (rev 56738)
@@ -49,7 +49,7 @@
bu_exit(1, "icv_rect : ERROR: Horizontal Cut Size\n");
if (ynum <= 0)
- bu_exit(1, "icv_rect : ERROR: Horizontal Cut Size\n");
+ bu_exit(1, "icv_rect : ERROR: Vertical Cut Size\n");
if (xorig+xnum > img->width)
bu_exit(1, "icv_rect : Cut not possible, Input parameters exceeds the
width\n");
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