alelievr / libft-unit-test

457 stars 88 forks source link

function prototype changed #66

Closed troplolBE closed 5 years ago

troplolBE commented 5 years ago

https://github.com/alelievr/libft-unit-test/blob/3704675f9b90bab55a58aa78885c63b5c1fe02ab/src/test_functions.c#L7565

The prototype of function ft_lstdelone changed from t_list **, void (*)(void *, size_t) to t_list *, void (*)(void *, size_t)

alelievr commented 5 years ago

Hey, this should be fixed with the #64 PR (merged in master)