This commit is contained in:
Loic Deridder
2025-02-12 14:59:46 +01:00
parent 269abdad56
commit 4ba34d37b5
3 changed files with 13 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ int is_sticked(char *val)
}
meta[meta_it] = -1;
if ((meta[0] != -1 && unmeta) || !unic(meta) || (meta[0] == '('
&& meta[1] == '(') || (meta[0] == ')' && meta[1] == ')'))
&& meta[1] == '(') || (meta[0] == ')' && meta[1] == ')'))
return (1);
return (0);
}