Skip to content

Fix Bug in linked_list. Function implemented.#3

Open
j-coll wants to merge 4 commits intoopencb-hpg:nextfrom
j-coll:next
Open

Fix Bug in linked_list. Function implemented.#3
j-coll wants to merge 4 commits intoopencb-hpg:nextfrom
j-coll:next

Conversation

@j-coll
Copy link
Member

@j-coll j-coll commented Jun 24, 2013

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)

j-coll 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)
This reverts commit 316a8e4.
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.

1 participant