Use character in variable
This commit is contained in:
parent
84de156184
commit
acb655ad10
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue