Revision: 65097
          http://sourceforge.net/p/brlcad/code/65097
Author:   carlmoore
Date:     2015-05-29 16:59:24 +0000 (Fri, 29 May 2015)
Log Message:
-----------
put parentheses around 's' because the message could be referring to singular 
or plural

Modified Paths:
--------------
    brlcad/trunk/src/util/pix-bw3.c

Modified: brlcad/trunk/src/util/pix-bw3.c
===================================================================
--- brlcad/trunk/src/util/pix-bw3.c     2015-05-29 16:47:23 UTC (rev 65096)
+++ brlcad/trunk/src/util/pix-bw3.c     2015-05-29 16:59:24 UTC (rev 65097)
@@ -53,7 +53,7 @@
     bfp = fopen(argv[3], "w");
 
     if (rfp == NULL || gfp == NULL || bfp == NULL) {
-       bu_exit(2, "pix-bw3: Can't open output files\n");
+       bu_exit(2, "pix-bw3: Can't open output file(s)\n");
     }
 
     while ((num = fread(ibuf, sizeof(char), 3*1024, stdin)) > 0) {

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


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to