diff options
Diffstat (limited to 'src/ft_sfx_bb_fire.c')
-rw-r--r-- | src/ft_sfx_bb_fire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_sfx_bb_fire.c b/src/ft_sfx_bb_fire.c index ab64b44..df89544 100644 --- a/src/ft_sfx_bb_fire.c +++ b/src/ft_sfx_bb_fire.c @@ -29,7 +29,7 @@ void { pthread_mutex_lock(&sfx[15].mutex); if (system(sfx[15].cmd)) - pthread_cancel(pthread_self()); + pthread_exit(NULL); } return (NULL); } |