feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -1128,7 +1128,7 @@ struct subr_subsetter_t
|
|||
if (opstr.op == OpCode_callsubr || opstr.op == OpCode_callgsubr)
|
||||
size += 3;
|
||||
}
|
||||
if (!buff.alloc (buff.length + size, true))
|
||||
if (!buff.alloc_exact (buff.length + size))
|
||||
return false;
|
||||
|
||||
for (auto &opstr : str.values)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue