Fixed the bug with additional data
This commit is contained in:
parent
5e1ac7a0d7
commit
f5a692558b
@ -779,7 +779,7 @@ pub const Parser = struct {
|
||||
AdditionalDataMember.init(
|
||||
self.allocator,
|
||||
self.toker.getTokenSlice(token),
|
||||
additional_data.member_to_find.items.len,
|
||||
try self.file_engine.memberName2DataIndex(struct_name, self.toker.getTokenSlice(token)),
|
||||
),
|
||||
) catch return ZipponError.MemoryError;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user