|
6 | 6 | /* By: TheTerror <jfaye@student.42lyon.fr> +#+ +:+ +#+ */ |
7 | 7 | /* +#+#+#+#+#+ +#+ */ |
8 | 8 | /* Created: 2023年08月19日 19:54:01 by TheTerror #+# #+# */ |
9 | | -/* Updated: 2024/02/12 17:27:00 by TheTerror ### ########lyon.fr */ |
| 9 | +/* Updated: 2024/02/13 14:45:24 by lmohin ### ########.fr */ |
10 | 10 | /* */ |
11 | 11 | /* ************************************************************************** */ |
12 | 12 |
|
@@ -62,7 +62,7 @@ t_bool isnumber(const char *str) |
62 | 62 |
|
63 | 63 | t_bool ft_error(char *str) |
64 | 64 | { |
65 | | - ft_putendl_fd("error", STDERR_FILENO); |
| 65 | + ft_putendl_fd("Error", STDERR_FILENO); |
66 | 66 | ft_putendl_fd(str, STDERR_FILENO); |
67 | 67 | return (__FALSE); |
68 | 68 | } |
|
0 commit comments