Skip to content

Conversation

@jmmut
Copy link
Member

@jmmut jmmut commented Jul 17, 2013

Look in linked_list.c at lines 82 and 106

j-coll and others added 4 commits June 24, 2013 19:36
Bugs at:
linked_list_remove_at() //removing the first or last item
linked_list_remove_last() //when size = 1
linked_list_remove_first() //idem

Implemented:
void* linked_list_remove(void *item, linked_list_t *linked_list_p)
The coparison was between linked_list_item_t, and it should be between
user items.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants