Revision: 54477
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54477&view=rev
Author:   r_weiss
Date:     2013-02-25 22:38:31 +0000 (Mon, 25 Feb 2013)
Log Message:
-----------
Corrects a bu_bomb error "db_tree_counter: bad op xxxxxxx" on Windows 64-bit 
when adding objects to groups/combinations/regions.

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

Modified: brlcad/trunk/src/libged/comb.c
===================================================================
--- brlcad/trunk/src/libged/comb.c      2013-02-25 14:11:35 UTC (rev 54476)
+++ brlcad/trunk/src/libged/comb.c      2013-02-25 22:38:31 UTC (rev 54477)
@@ -294,7 +294,7 @@
     }
 
     /* rebuild the tree */
-    comb->tree = (union tree *)db_mkgift_tree(tree_list, curr_count, 
&rt_uniresource);
+    comb->tree = (union tree *)db_mkgift_tree(tree_list, node_count, 
&rt_uniresource);
 
     /* and finally, write it out */
     GED_DB_PUT_INTERNAL(gedp, dp, &intern, &rt_uniresource, 0);

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