Merge remote-tracking branch 'upstream/master' into d6/binary

This commit is contained in:
~d6 2024-04-16 17:57:25 -04:00
commit ff919d23c8
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ match_rule(Rule *r, char *p)
int i;
char c, last = 0, *a = r->a, *b = p;
if(rmax) {
for(i = 0; i <= rmax; i++)
for(i = rmin; i <= rmax; i++)
regs[i] = 0;
rmin = 0xff, rmax = 0x00;
}