Commit 61debc06 authored by Claes Sjofors's avatar Claes Sjofors

Wb, bugfix in class attribute binary tree for two levels of attr objects

parent 1f134bf3
......@@ -633,7 +633,7 @@ void wb_merep::insertCattObject( pwr_tStatus *sts, pwr_tCid cid,
ODD(*sts);
adnext = ad->next( sts), delete ad, ad = adnext) {
if ( ad->flags() & PWR_MASK_CLASS && cdh_tidIsCid( ad->tid())) {
insertCattObject( sts, cid, ad, offset + ad->offset());
insertCattObject( sts, cid, ad, offset + adp->offset());
if ( EVEN(*sts)) return;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment