mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2026-09-25 18:20:07 +02:00
「🔨」 fix: fixed some things.
This commit is contained in:
1 parent
93eae87ea8
commit
e5e127f71d
6 files changed
+79
-27
No files matched your search
@@ -6,7 +6,7 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/06/30 12:52:22 by adjoly #+# #+# */
|
||||
/* Updated: 2024/07/16 14:24:14 by adjoly ### ########.fr */
|
||||
/* Updated: 2024/07/18 17:04:06 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -42,13 +42,3 @@ bool check_pipe(char *readline)
|
||||
}
|
||||
return (false);
|
||||
}
|
||||
|
||||
bool check_space(char *rl)
|
||||
{
|
||||
while (*rl && *rl == ' ')
|
||||
rl++;
|
||||
if (!*rl)
|
||||
return (send_error_parsing(ERROR_NO_FILE));
|
||||
else
|
||||
return (false);
|
||||
}
|
||||
Reference in new issue
Block a user