From 8725aebe8e8e8efd8781ec1b1637cb68f943b8bf Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 24 Apr 2020 19:12:32 +0200 Subject: Fine --- src/ft_sfx_footstep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ft_sfx_footstep.c') diff --git a/src/ft_sfx_footstep.c b/src/ft_sfx_footstep.c index 5b8fe8a..628660b 100644 --- a/src/ft_sfx_footstep.c +++ b/src/ft_sfx_footstep.c @@ -32,10 +32,10 @@ void if (ref % 2) { if (system(sfx[1].cmd)) - pthread_cancel(pthread_self()); + pthread_exit(NULL); } else if (system(sfx[1].cmd_alt)) - pthread_cancel(pthread_self()); + pthread_exit(NULL); } return (NULL); } -- cgit v1.2.3