better flag handling

This commit is contained in:
hugogogo
2026-05-06 16:50:05 +02:00
parent 8a479c3c3b
commit 93647b56b5
5 changed files with 51 additions and 48 deletions

View File

@@ -108,7 +108,7 @@ static void print_context_polynom()
void print_state()
{
if (!debug_mode)
if (!flag_debug_mode)
return;
ft_dprintf(STDERR_FILENO, "\nSTATE :\n");
if (input_g_err)