Skip to content

Version 0.5.0 - Hotfix 1

Compare
Choose a tag to compare
@Nuno-Jesus Nuno-Jesus released this 11 Nov 17:32
· 21 commits to main since this release
b0bac77

This patch fixes the following bugs:

  • Some prototypes were analysed with an extra space, causing those to accuse wrong whenever the users had not the extra space;
  • The prototypes ft_strlen and ft_split had the const and the char keywords swapped, which would lead to wrong outputs in prototype testing;
  • The path variable in the utils module didn't have the correct default value as it was supposed to. Now it is set to '../libft/'

Full Changelog: v0.5.0...v0.5.0-hotfix1