diff options
Diffstat (limited to 'src/ft_sfx_ooa.c')
-rw-r--r-- | src/ft_sfx_ooa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ft_sfx_ooa.c b/src/ft_sfx_ooa.c index 5950d2e..86f47a1 100644 --- a/src/ft_sfx_ooa.c +++ b/src/ft_sfx_ooa.c @@ -27,8 +27,7 @@ void while (1) { pthread_mutex_lock(&sfx[12].mutex); - if (system(sfx[12].cmd)) - pthread_exit(NULL); + system(sfx[12].cmd); } return (NULL); } |