alelievr / libft-unit-test

457 stars 88 forks source link

minor error with test_ft_strtrim_zero #18

Closed bob-bins closed 7 years ago

bob-bins commented 7 years ago

in the test_functions.c file in the test_ft_strtrim_zero function,

SET_DIFF(ret, s2); should be SET_DIFF(s2, ret);

alelievr commented 7 years ago

Fixed in the last version, thanks for the report !