New upstream version 25.0.3+dfsg1
This commit is contained in:
parent
04fe0efc67
commit
8b2e5f2130
569 changed files with 62491 additions and 5875 deletions
|
|
@ -284,7 +284,7 @@ static inline void darray_insert_array(const size_t element_size,
|
|||
|
||||
assert(array != NULL);
|
||||
assert(num != 0);
|
||||
assert(idx < dst->num);
|
||||
assert(idx <= dst->num);
|
||||
|
||||
old_num = dst->num;
|
||||
darray_resize(element_size, dst, dst->num + num);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue