aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_treat_args.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_treat_args.c')
-rw-r--r--src/ft_treat_args.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ft_treat_args.c b/src/ft_treat_args.c
index 3a7f217..338b54f 100644
--- a/src/ft_treat_args.c
+++ b/src/ft_treat_args.c
@@ -42,7 +42,8 @@ uint8_t
if (clist->mlist->ismusic)
{
pthread_create(&tid, NULL, ft_music_thread, clist);
- pthread_join(tid, NULL);
+ /* pthread_join(tid, NULL); */
+
}
ft_hooks_and_loops(clist->wlist, clist);
}