Revision: 55616
          http://sourceforge.net/p/brlcad/code/55616
Author:   carlmoore
Date:     2013-05-31 16:21:25 +0000 (Fri, 31 May 2013)
Log Message:
-----------
remove 'Bad option' message (go with bu_getopt instead); Ch would be '?' anyway 
if we got here

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

Modified: brlcad/trunk/src/util/azel.c
===================================================================
--- brlcad/trunk/src/util/azel.c        2013-05-31 15:54:41 UTC (rev 55615)
+++ brlcad/trunk/src/util/azel.c        2013-05-31 16:21:25 UTC (rev 55616)
@@ -181,9 +181,6 @@
                Round = 1;
                break;
            default:
-               if (Ch != '?' && Ch != 'h') {
-                   fprintf(stderr, "Bad option '-%c'\n", Ch);
-               }
                PrintUsage();
        }
 

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://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to