common: fix for list16_insert_item
This commit is contained in:
parent
b7d15c55ed
commit
f49ca27ea7
@ -157,7 +157,7 @@ list16_insert_item(struct list16 *self, int index, tui16 item)
|
|||||||
|
|
||||||
if (index == self->count)
|
if (index == self->count)
|
||||||
{
|
{
|
||||||
list_add_item(self, item);
|
list16_add_item(self, item);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user