This commit is contained in:
gingerBill
2022-01-25 16:40:31 +00:00
+1 -1
View File
@@ -88,7 +88,7 @@ create :: proc(max_index: int, min_index := 0, allocator := context.allocator) -
res = Bit_Array{ res = Bit_Array{
bias = min_index, bias = min_index,
} }
return res, resize_if_needed(&res, size_in_bits) return res, resize_if_needed(&res, legs)
} }
/* /*