better flag handling
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user