les mallocs pour remplir le result sont bons

This commit is contained in:
Hugo LAMY
2019-04-14 23:04:30 +02:00
parent a77b20f0b8
commit 781121e3d4
4 changed files with 38 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
/* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/03/01 13:34:46 by vmanzoni #+# #+# */
/* Updated: 2019/04/14 16:32:21 by hulamy ### ########.fr */
/* Updated: 2019/04/14 22:24:29 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -42,6 +42,7 @@ typedef struct s_fillist
char **tetraminos;
int position[2];
int size[2];
int area;
struct s_fillist *next;
} t_fillist;