From 50dd3af824c9665a78458f701ad70464785d016c Mon Sep 17 00:00:00 2001 From: Houtworm Date: Tue, 23 May 2023 03:07:43 +0200 Subject: [PATCH] looking like it --- philo_bonus/src/watch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/philo_bonus/src/watch.c b/philo_bonus/src/watch.c index 957d0e1..ede155e 100644 --- a/philo_bonus/src/watch.c +++ b/philo_bonus/src/watch.c @@ -6,7 +6,7 @@ /* By: houtworm +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/05/22 07:34:59 by houtworm #+# #+# */ -/* Updated: 2023/05/22 08:09:16 by houtworm ### ########.fr */ +/* Updated: 2023/05/23 03:07:31 by houtworm ### ########.fr */ /* */ /* ************************************************************************** */ @@ -19,7 +19,7 @@ int ft_releasetheminds(t_strct *strct, int m) i = 0; if (m) { - /*strct->strtt = ft_time();*/ + strct->strtt = ft_time(); while (i < strct->philos) { sem_post(strct->hold);