@ -44,7 +44,7 @@ bool parsing(t_data *data, char **args, size_t n)
return (1);
}
set_value(data, args, n);
if (data->nb_philos > 1)
if (data->nb_philos == 0)
write(2, "Argument error !\n", 16);
return (data->nb_philos > 1);
return (data->nb_philos == 0);
The note is not visible to the blocked user.