Revision: 41911
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41911&view=rev
Author:   starseeker
Date:     2011-01-04 02:18:29 +0000 (Tue, 04 Jan 2011)

Log Message:
-----------
Hmm - looks like a sync didn't quite get everything - update libbu parser.c to 
match trunk.

Modified Paths:
--------------
    brlcad/branches/cmake/src/libbu/parse.c

Modified: brlcad/branches/cmake/src/libbu/parse.c
===================================================================
--- brlcad/branches/cmake/src/libbu/parse.c     2011-01-04 02:03:17 UTC (rev 
41910)
+++ brlcad/branches/cmake/src/libbu/parse.c     2011-01-04 02:18:29 UTC (rev 
41911)
@@ -779,11 +779,7 @@
                retval = _bu_parse_double(value, sdp->sp_count, (double *)loc);
                break;
            case 'p':
-               if((retval = _bu_struct_lookup((struct bu_structparse 
*)sdp->sp_count, name, base, value)) == 0) {
-                       return retval;
-               } else {
-                       continue;
-               }
+               retval = _bu_struct_lookup((struct bu_structparse 
*)sdp->sp_count, name, base, value);
                if (retval == 0) {
                    return 0; /* found */
                }


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

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to