Revision: 65526
http://sourceforge.net/p/brlcad/code/65526
Author: carlmoore
Date: 2015-07-02 19:17:05 +0000 (Thu, 02 Jul 2015)
Log Message:
-----------
minor changes in input prompts
Modified Paths:
--------------
brlcad/trunk/src/util/bwcrop.c
Modified: brlcad/trunk/src/util/bwcrop.c
===================================================================
--- brlcad/trunk/src/util/bwcrop.c 2015-07-02 18:18:33 UTC (rev 65525)
+++ brlcad/trunk/src/util/bwcrop.c 2015-07-02 19:17:05 UTC (rev 65526)
@@ -188,7 +188,7 @@
unsigned long len;
/* Get info */
- printf("Scanline length in input file: ");
+ printf("Scanline length in input file?: ");
ret = scanf("%lu", &len);
if (ret != 1)
perror("scanf");
@@ -197,7 +197,7 @@
bu_exit(4, "bwcrop: scanlen = %zu, don't be ridiculous\n", scanlen);
}
- printf("Line Length and Number of scan lines (in new file)?: ");
+ printf("Line Length and Number of scan lines in new file?: ");
ret = scanf("%lf%lf", &xval, &yval);
if (ret != 2) {
perror("scanf");
@@ -215,7 +215,7 @@
yval = INT_MAX-1;
ynum = yval;
- printf("Upper left corner in input file (x, y)?: ");
+ printf("Upper left corner (in input file) (x, y)?: ");
ret = scanf("%f%f", &ulx, &uly);
if (ret != 2)
perror("scanf");
@@ -225,12 +225,12 @@
if (ret != 2)
perror("scanf");
- printf("Lower right (x, y)?: ");
+ printf("Lower right corner (x, y)?: ");
ret = scanf("%f%f", &lrx, &lry);
if (ret != 2)
perror("scanf");
- printf("Lower left (x, y)?: ");
+ printf("Lower left corner (x, y)?: ");
ret = scanf("%f%f", &llx, &lly);
if (ret != 2)
perror("scanf");
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits