negative fix

This commit is contained in:
lizzie
2026-09-02 22:36:23 +00:00
committed by crueter
parent fb5ab21e8d
commit 39cb62fe9b
+1
View File
@@ -260,6 +260,7 @@ void IPSwitchCompiler::Parse(std::span<u8 const> bytes) {
++p;
} else if ((!quote && p[0] == '/')
|| (!quote && p[0] == '#')) {
last_space = p;
break;
} else if (p[0] == '\"' || p[0] == '\'') {
quote = (p[0] == quote) ? '\0' : p[0];