Auto stash before merge of "master" and "origin/master" + CLEANING

This commit is contained in:
Manzovince
2019-05-20 13:48:14 +02:00
parent f4b1da414c
commit 2dbd5b7320
4 changed files with 26 additions and 40 deletions

5
main.c
View File

@@ -6,7 +6,7 @@
/* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/02/12 13:20:48 by vmanzoni #+# #+# */
/* Updated: 2019/05/17 18:40:34 by hulamy ### ########.fr */
/* Updated: 2019/05/20 13:41:00 by vmanzoni ### ########.fr */
/* */
/* ************************************************************************** */
@@ -23,11 +23,8 @@ int main(int argc, char **argv)
{
if (!(input = read_file(argv[1])))
print_error("error\n");
// print_error("error: Could not read file.\n");
if (check_file_errors(input))
print_error("error\n");
// print_error("error: Invalid file.\n");
// print_error_extended(check_file_errors(input));
size = parse_input(input, &list);
ft_putnbrendl(size);
print_final_map(list, size, 1); // DEBUG