This commit is contained in:
Camille Chauvet
2023-03-13 15:34:43 +01:00
parent b1d827e106
commit 74bbbd899a
6 changed files with 12 additions and 18 deletions

View File

@ -36,7 +36,7 @@ char *ft_quote_remover(char *str)
ft_strshift(str + stop - 1, -1);
start = -1;
stop = -1;
i = i - 2;
i = i - 1;
}
else
i++;