Revision: 55063
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55063&view=rev
Author:   carlmoore
Date:     2013-04-05 14:29:06 +0000 (Fri, 05 Apr 2013)
Log Message:
-----------
remove trailing blanks I accidentally put it; put in note about cannot use 
stdin; remove (redundant) 'Exiting.'

Modified Paths:
--------------
    brlcad/trunk/src/conv/dem-g.c

Modified: brlcad/trunk/src/conv/dem-g.c
===================================================================
--- brlcad/trunk/src/conv/dem-g.c       2013-04-05 14:27:15 UTC (rev 55062)
+++ brlcad/trunk/src/conv/dem-g.c       2013-04-05 14:29:06 UTC (rev 55063)
@@ -154,7 +154,7 @@
 void
 usage(void)
 {
-    bu_log("Usage: %s dem_file\n", progname);
+    bu_log("\nUsage: %s dem_file\n(Can not use stdin.)\n", progname);
 }
 
 
@@ -1681,10 +1681,10 @@
 
 /* Because other file names (__.tmp , __.dsp , __.g) are set up based on the 
file name provided
  * in dem-g command argument, dem-g cannot accept tty input.
- */  
+ */
     if (ac < 2) {
        usage();
-       bu_exit(BRLCAD_ERROR, "Exiting.\n");
+       bu_exit(BRLCAD_ERROR, " ");
     }
 
     /*

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


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to