Revision: 48458
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48458&view=rev
Author:   starseeker
Date:     2012-01-12 00:13:26 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
for good measure, check second usage.

Modified Paths:
--------------
    brlcad/trunk/src/mged/animedit.c

Modified: brlcad/trunk/src/mged/animedit.c
===================================================================
--- brlcad/trunk/src/mged/animedit.c    2012-01-12 00:12:50 UTC (rev 48457)
+++ brlcad/trunk/src/mged/animedit.c    2012-01-12 00:13:26 UTC (rev 48458)
@@ -2662,6 +2662,7 @@
            reject_move();
        }
        i = (2 << 6) - 1;
+        if (test_hold) { /* again, make sure we've got test_hold */
        for (BU_LIST_FOR(jh, jointH, &test_hold->j_head)) {
            if (ssp->jp != jh->p) {
                i &= jh->flag;
@@ -2673,6 +2674,7 @@
        if (i == ((2<<6) - 1)) {
            test_hold->flag |= HOLD_FLAG_TRIED;
        }
+        }
        reject_move();
        if (joint_debug & DEBUG_J_SYSTEM) {
            Tcl_AppendResult(INTERP, "system_solve: returning -1\n", (char 
*)NULL);

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to