Use character in variable

This commit is contained in:
Devine Lu Linvega 2024-04-16 12:24:57 -07:00
parent 84de156184
commit acb655ad10
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ match_rule(Rule *r, char *p)
a++, b = walk(b);
continue;
}
if(*a != *b) return NULL;
if(c != *b) return NULL;
a++, b++, last = c;
}
c = *b;