aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_treat_args.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-06 20:43:42 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-06 20:43:42 +0100
commit6a89966eed6110d0e7a7ec53727c4473d18ad441 (patch)
treece56076af530fdbc94bd41702dda27a815561f2d /src/ft_treat_args.c
parentit's going well (diff)
download42-cub3d-6a89966eed6110d0e7a7ec53727c4473d18ad441.tar.gz
42-cub3d-6a89966eed6110d0e7a7ec53727c4473d18ad441.tar.bz2
42-cub3d-6a89966eed6110d0e7a7ec53727c4473d18ad441.tar.xz
42-cub3d-6a89966eed6110d0e7a7ec53727c4473d18ad441.tar.zst
42-cub3d-6a89966eed6110d0e7a7ec53727c4473d18ad441.zip
Fuck execve
Diffstat (limited to '')
-rw-r--r--src/ft_treat_args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_treat_args.c b/src/ft_treat_args.c
index accf3aa..c4ffc98 100644
--- a/src/ft_treat_args.c
+++ b/src/ft_treat_args.c
@@ -42,7 +42,7 @@ uint8_t
clist->isoldmus = 1;
clist->mpid = fork();
if (clist->mpid == 0)
- ft_music_fork(clist->mlist.music_cmd);
+ ft_music_fork(clist->mlist.mcmd_words);
}
ft_hooks_and_loops(&clist->wlist, clist);
}