This commit is contained in:
Devine Lu Linvega 2024-04-22 10:10:55 -07:00
parent aa0cc80455
commit 6fb9f96b0c
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ match_rule(Rule *r, char *p)
rmin = 0xff, rmax = 0x00;
}
while((c = *a)) {
if(c == '?' && !spacer(c)) {
if(c == '?') {
int regid = (int)*(++a);
char *pcap = walk(p), *reg = regs[regid];
if(reg) { /* reg cmp */