Fix new attribute name index
This commit is contained in:
parent
07d43f2fe7
commit
75d023cfe1
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ pub const AttributeInfo = union(enum) {
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
return .{
|
return .{
|
||||||
.new = try NewAttribute.parse(limited, attribute_name_index, attribute_length, allocator),
|
.new = try NewAttribute.parse(limited, attribute_name_index + 1, attribute_length, allocator),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue