aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-09 00:03:59 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-09 00:03:59 +0100
commitf9bbbc0211caaaf835fbaceb78f5b8d3417dfb44 (patch)
treeeee8b9d4b5c570830c5c313d89569a1e6782e709 /src
parentMore consitant music (diff)
download42-cub3d-f9bbbc0211caaaf835fbaceb78f5b8d3417dfb44.tar.gz
42-cub3d-f9bbbc0211caaaf835fbaceb78f5b8d3417dfb44.tar.bz2
42-cub3d-f9bbbc0211caaaf835fbaceb78f5b8d3417dfb44.tar.xz
42-cub3d-f9bbbc0211caaaf835fbaceb78f5b8d3417dfb44.tar.zst
42-cub3d-f9bbbc0211caaaf835fbaceb78f5b8d3417dfb44.zip
The smartest Makefile
Diffstat (limited to '')
-rw-r--r--src/ft_select_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_select_get.c b/src/ft_select_get.c
index c73ed06..8005eb7 100644
--- a/src/ft_select_get.c
+++ b/src/ft_select_get.c
@@ -73,7 +73,7 @@ static int8_t
ft_sprintf(ref[8], "L");
ft_sprintf(ref[9], "LT");
ft_sprintf(ref[10], "MU");
- ft_sprintf(ref[11], "");
+ ft_bzero(ref[11], 3);
if (words[0][0] == ' ' || words[0][0] == '1')
return (12);
ret = 0;