Skip to content
Snippets Groups Projects
Commit e0bb79db authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

oops

parent b47c97f6
No related branches found
No related tags found
No related merge requests found
Pipeline #17861 passed
......@@ -92,7 +92,7 @@ int parse_parentheses(char *store, char const *str, size_t *pos)
e = 0 ;
e = get_len_until(line + o, '\n') + 1 ;
printf("e:%i - %i\n",o + e, parentheses) ;
if (o + e >= len) {
// end of string. this validate the parenthese
parentheses-- ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment