Revision: 54484
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54484&view=rev
Author:   bob1961
Date:     2013-02-26 13:33:52 +0000 (Tue, 26 Feb 2013)
Log Message:
-----------
More simplification of _ged_combadd2().

Modified Paths:
--------------
    brlcad/trunk/src/libged/comb.c

Modified: brlcad/trunk/src/libged/comb.c
===================================================================
--- brlcad/trunk/src/libged/comb.c      2013-02-26 13:28:55 UTC (rev 54483)
+++ brlcad/trunk/src/libged/comb.c      2013-02-26 13:33:52 UTC (rev 54484)
@@ -205,11 +205,7 @@
            comb->region_flag = 0;
        }
 
-       if (argc > 0)
-           goto addmembers;
-
-       GED_DB_PUT_INTERNAL(gedp, dp, &intern, &rt_uniresource, 0);
-       return GED_OK;
+       goto addmembers;
     } else if (!(dp->d_flags & RT_DIR_COMB)) {
        bu_vls_printf(gedp->ged_result_str, "%s exists, but is not a 
combination\n", dp->d_namep);
        return GED_ERROR;

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to