Blacklist ?) register

This commit is contained in:
Devine Lu Linvega 2024-04-20 21:50:56 -07:00
parent 4322d96ee2
commit 222c7f6f4c
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ match_rule(Rule *r, char *p)
rmin = 0xff, rmax = 0x00; rmin = 0xff, rmax = 0x00;
} }
while((c = *a)) { while((c = *a)) {
if(c == '?') { if(c == '?' && !spacer(c)) {
if(!set_reg(*(++a), b)) return NULL; if(!set_reg(*(++a), b)) return NULL;
a++, b = walk(b); a++, b = walk(b);
if(!spacer(*a)) if(!spacer(*a))