diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -43,15 +43,9 @@ int if (c == '\n') break ; arg[i] = c; - if (!ft_strncmp("", arg, 4)) - { - arg = ft_get_last_line(); - break ; - } i++; } arg[i] = '\0'; - ft_history(arg); ft_process_arg(arg); } free(arg); |