Fixed zero size string in the array problem.

This commit is contained in:
Takatoshi Kondo 2014-06-26 11:30:14 +09:00
parent dac5c60608
commit 6a349d0b28

View File

@ -376,8 +376,10 @@ public:
int ret = push_proc(obj, off);
if (ret != 0) return ret;
}
cs_ = ACS_STR_VALUE;
fixed_trail_again = true;
else {
cs_ = ACS_STR_VALUE;
fixed_trail_again = true;
}
} else if(0x90 <= selector && selector <= 0x9f) { // FixArray
int ret = push_aggregate<fix_tag>(