From e6bbc5e1a7d1b88a5ed241283ec19fbaa672dc33 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 5 Feb 2020 14:12:03 +0100 Subject: Bug fix --- src/ft_print_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_print_list.c') diff --git a/src/ft_print_list.c b/src/ft_print_list.c index c459a11..4e9e8d7 100644 --- a/src/ft_print_list.c +++ b/src/ft_print_list.c @@ -36,6 +36,6 @@ void i++; } ft_printf("Map width -- [%zu]\n", clist->map_w); - ft_printf("2D scale --- [%hu]\n", clist->scale); + ft_printf("2D scale --- [%hhu]\n", clist->scale); ft_printf("----------------------\n"); } -- cgit v1.2.3