Fixed small oversight

This commit is contained in:
Andrew S. Rightenburg 2023-08-23 22:30:22 -04:00
parent 55869763c8
commit ff9d9cf55b
Signed by: rail5
GPG Key ID: A0CB570AB6629159
1 changed files with 1 additions and 0 deletions

View File

@ -275,6 +275,7 @@ std::vector<std::string> parse_regex(std::string expression) {
escaped = false;
caret = false;
backslash_b = false;
or_operator = false;
break;