If handle_value sees a sequence, make it compound
This commit is contained in:
parent
a576842865
commit
17fe4b752c
1 changed files with 1 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ namespace {
|
|||
break;
|
||||
|
||||
case value_t::BALANCE:
|
||||
case value_t::SEQUENCE:
|
||||
xdata.value = temp;
|
||||
flags |= XACT_EXT_COMPOUND;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue