mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-04 14:08:20 +00:00
Deadlock prevention
This commit is contained in:
@@ -545,7 +545,7 @@ export default class TypeTemplate {
|
||||
|
||||
offset += dt.size;
|
||||
|
||||
let parsed = Codec.parse(data, offset, null);
|
||||
let parsed = Codec.parse(data, offset, null, null);
|
||||
|
||||
offset += parsed.size;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user