From f105354332c56deb23da7a24b038cc9ec50dbec0 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Thu, 14 May 2020 15:52:59 +0200 Subject: Cube VM adapted --- src/ft_sfx_trap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ft_sfx_trap.c') diff --git a/src/ft_sfx_trap.c b/src/ft_sfx_trap.c index 5ae39f0..19c240b 100644 --- a/src/ft_sfx_trap.c +++ b/src/ft_sfx_trap.c @@ -27,8 +27,7 @@ void while (1) { pthread_mutex_lock(&sfx[4].mutex); - if (system(sfx[4].cmd)) - pthread_exit(NULL); + system(sfx[4].cmd); } return (NULL); } -- cgit v1.2.3