Revision: 45762
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45762&view=rev
Author:   brlcad
Date:     2011-08-02 18:27:55 +0000 (Tue, 02 Aug 2011)

Log Message:
-----------
no place for you

Modified Paths:
--------------
    brlcad/trunk/src/libbu/getopt.c

Modified: brlcad/trunk/src/libbu/getopt.c
===================================================================
--- brlcad/trunk/src/libbu/getopt.c     2011-08-02 18:26:50 UTC (rev 45761)
+++ brlcad/trunk/src/libbu/getopt.c     2011-08-02 18:27:55 UTC (rev 45762)
@@ -78,9 +78,9 @@
        }
     } else {
        /* need an argument */
-       if {
+       if (*place) {
            /* no white space */
-           (*place) bu_optarg = place;
+           bu_optarg = place;
        } else if (nargc <= ++bu_optind) {
            /* no arg */
            place = EMSG;


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

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to