Revision: 54508
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54508&view=rev
Author:   carlmoore
Date:     2013-02-28 17:02:20 +0000 (Thu, 28 Feb 2013)
Log Message:
-----------
change error messages as yesterday, but 'bwcrop:' is already present

Modified Paths:
--------------
    brlcad/trunk/src/util/bwcrop.c

Modified: brlcad/trunk/src/util/bwcrop.c
===================================================================
--- brlcad/trunk/src/util/bwcrop.c      2013-02-27 22:46:36 UTC (rev 54507)
+++ brlcad/trunk/src/util/bwcrop.c      2013-02-28 17:02:20 UTC (rev 54508)
@@ -116,10 +116,10 @@
        bu_exit(1, "%s", usage);
     }
     if ((ifp = fopen(argv[1], "r")) == NULL) {
-       bu_exit(2, "bwcrop: can't open %s\n", argv[1]);
+       bu_exit(2, "bwcrop: can't open %s for reading\n", argv[1]);
     }
     if ((ofp = fopen(argv[2], "w")) == NULL) {
-       bu_exit(3, "bwcrop: can't open %s\n", argv[1]);
+       bu_exit(3, "bwcrop: can't open %s for writing\n", argv[2]);
     }
 
     if (argc == 14) {

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to