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);
|
a++, b = walk(b);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if(*a != *b) return NULL;
|
if(c != *b) return NULL;
|
||||||
a++, b++, last = c;
|
a++, b++, last = c;
|
||||||
}
|
}
|
||||||
c = *b;
|
c = *b;
|
||||||
|
|
Loading…
Reference in New Issue