mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-29 16:31:32 +00:00
Merge branch 'master' into nbio
This commit is contained in:
@@ -433,7 +433,6 @@ _make_dynamic_array_len_cap :: proc(array: ^Raw_Dynamic_Array, size_of_elem, ali
|
||||
array.data = raw_data(data)
|
||||
array.len = 0 if use_zero else len
|
||||
array.cap = 0 if use_zero else cap
|
||||
array.allocator = allocator
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user