mirror of
https://gitlab.com/klmp200/LO41.git
synced 2025-10-30 08:43:54 +00:00
Oups
This commit is contained in:
@@ -133,7 +133,9 @@ void insert_inside_List(THIS(List), void * data, size_t data_size, int index){
|
||||
old_element->previous->next = new_element;
|
||||
old_element->previous = new_element;
|
||||
|
||||
} else OUTSIDE_BOUNDS;
|
||||
} else {
|
||||
OUTSIDE_BOUNDS;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user