mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-03-15 03:16:51 +01:00
「🔨」 fix: fixed some things.
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2024/07/29 19:18:19 by adjoly #+# #+# */
|
/* Created: 2024/07/29 19:18:19 by adjoly #+# #+# */
|
||||||
/* Updated: 2024/07/30 14:36:47 by adjoly ### ########.fr */
|
/* Updated: 2024/08/14 09:58:59 by adjoly ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@ -18,6 +18,6 @@ bool check_wspace(char *readline)
|
|||||||
while (*readline && ft_isspace(*readline))
|
while (*readline && ft_isspace(*readline))
|
||||||
readline++;
|
readline++;
|
||||||
if (!*readline)
|
if (!*readline)
|
||||||
return (send_error_parsing("Only white space in line"));
|
return (true);
|
||||||
return (false);
|
return (false);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user