erreur resolue dans precision

This commit is contained in:
Hugo LAMY
2020-03-09 14:19:44 +01:00
parent f4df40f992
commit 12d30893f8
6 changed files with 25 additions and 3 deletions

View File

@@ -108,9 +108,7 @@ char *convert_with_flags(char *s, va_list ap, char *type, int *size)
return (NULL);
if (!(print = ft_flag_transform(s, print, type, size)))
return (NULL);
// ft_putstr(s);
free(s);
s = print;
return (print);
}