Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1cae01c

Browse files
author
Loic Mohin
committed
fix error msg
1 parent 27d0c0d commit 1cae01c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎others/utils.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* By: TheTerror <jfaye@student.42lyon.fr> +#+ +:+ +#+ */
77
/* +#+#+#+#+#+ +#+ */
88
/* 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 */
1010
/* */
1111
/* ************************************************************************** */
1212

@@ -62,7 +62,7 @@ t_bool isnumber(const char *str)
6262

6363
t_bool ft_error(char *str)
6464
{
65-
ft_putendl_fd("error", STDERR_FILENO);
65+
ft_putendl_fd("Error", STDERR_FILENO);
6666
ft_putendl_fd(str, STDERR_FILENO);
6767
return (__FALSE);
6868
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /