Blacklist ?) register
This commit is contained in:
parent
4322d96ee2
commit
222c7f6f4c
|
@ -104,7 +104,7 @@ match_rule(Rule *r, char *p)
|
|||
rmin = 0xff, rmax = 0x00;
|
||||
}
|
||||
while((c = *a)) {
|
||||
if(c == '?') {
|
||||
if(c == '?' && !spacer(c)) {
|
||||
if(!set_reg(*(++a), b)) return NULL;
|
||||
a++, b = walk(b);
|
||||
if(!spacer(*a))
|
||||
|
|
Loading…
Reference in New Issue