If handle_value sees a sequence, make it compound

This commit is contained in:
John Wiegley 2009-02-23 15:39:18 -04:00
parent a576842865
commit 17fe4b752c

View file

@ -257,6 +257,7 @@ namespace {
break;
case value_t::BALANCE:
case value_t::SEQUENCE:
xdata.value = temp;
flags |= XACT_EXT_COMPOUND;
break;