diff --git a/src/Class/AttributeInfo.zig b/src/Class/AttributeInfo.zig index aa6fce6..c5eb83c 100644 --- a/src/Class/AttributeInfo.zig +++ b/src/Class/AttributeInfo.zig @@ -169,7 +169,7 @@ pub const AttributeInfo = union(enum) { }; } else { return .{ - .new = try NewAttribute.parse(limited, attribute_name_index, attribute_length, allocator), + .new = try NewAttribute.parse(limited, attribute_name_index + 1, attribute_length, allocator), }; } }