init of dio var

This commit is contained in:
gazhonsepaskwa
2025-02-15 09:43:25 +01:00
parent bc2386cc83
commit f04cb58a66
2 changed files with 2 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ t_ast_n *parser(char *input, t_msh *msh)
t_ast_n *ast;
int dio;
dio = 0;
truncate_comment(input);
lst = tokenize(input);
if (!lst)