@ -87,7 +87,7 @@ static int ft_remove_infile(char *line)
{
if(tab[i][0]=='<')
ft_strshift(line+y,
-1*(ft_strlen(tab[i])+ft_strlen(tab[i+1])+1));
-1*(ft_strlen(tab[i])+ft_strlen(tab[i+1])+2));
else
y=y+ft_strlen(tab[i])+(y!=0);
i++;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.