PennMUSH Community

Changeset 984

Show
Ignore:
Timestamp:
07/03/07 01:57:17 (1 year ago)
Author:
shawnw
Message:

Bug in allocation in indirect boolexps fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.2/branches/devel/src/boolexp.c

    r932 r984  
    11641164      b2->data.ind_lock = st_insert(m ? m : tbuf1, &lock_names); 
    11651165    } else { 
    1166       b2->data.ind_lock = st_insert(parse_ltype, &atr_names); 
     1166      b2->data.ind_lock = st_insert(parse_ltype, &lock_names); 
    11671167    } 
    11681168    return b2;