Revision: 53762
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53762&view=rev
Author:   brlcad
Date:     2012-11-19 20:48:36 +0000 (Mon, 19 Nov 2012)
Log Message:
-----------
this is why the bitv had stuff in it.  rt_get_solidbitv() needs to clear the 
bitv that we're reusing before returning it.

Modified Paths:
--------------
    brlcad/trunk/src/librt/prep.c

Modified: brlcad/trunk/src/librt/prep.c
===================================================================
--- brlcad/trunk/src/librt/prep.c       2012-11-19 20:30:28 UTC (rev 53761)
+++ brlcad/trunk/src/librt/prep.c       2012-11-19 20:48:36 UTC (rev 53762)
@@ -848,7 +848,7 @@
        for (BU_LIST_FOR(solidbits, bu_bitv, &resp->re_solid_bitv)) {
            if (solidbits->nbits >= nbits) {
                BU_LIST_DEQUEUE(&solidbits->l);
-               BU_CK_BITV(solidbits);
+               bu_bitv_clear(solidbits);
                break;
            }
            counter++;

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to