summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-25 20:55:42 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-25 20:55:42 +0200
commite2593ee48a08114aff7918c456543aced771e165 (patch)
tree325c755dcd305979ea133bb03528f266fbec5d0c
parentI don't get it (diff)
download42-minishell-e2593ee48a08114aff7918c456543aced771e165.tar.gz
42-minishell-e2593ee48a08114aff7918c456543aced771e165.tar.bz2
42-minishell-e2593ee48a08114aff7918c456543aced771e165.tar.xz
42-minishell-e2593ee48a08114aff7918c456543aced771e165.tar.zst
42-minishell-e2593ee48a08114aff7918c456543aced771e165.zip
NULL
-rw-r--r--src/ft_p_lcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_p_lcom.c b/src/ft_p_lcom.c
index 23bafd1..b300501 100644
--- a/src/ft_p_lcom.c
+++ b/src/ft_p_lcom.c
@@ -90,9 +90,9 @@ int8_t
char *ptr;
ptr = (char *)word;
+ /* THIS IS NULL */
while (*ptr)
{
- ft_printf("word [%s]\n", ptr);
if (*ptr == '<')
{
(*link)->redir = -1;