summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f278f13)
After skipping * with "token++", the length should decrease by 1 as
well.
Change-Id: I132eb7d12bb756f2f713c607e92741ca834aef81
if (token[0] == '*') {
// Match *suffix
token++;
if (token[0] == '*') {
// Match *suffix
token++;
if (n <= plen) {
ignore = strncasecmp(token, path + plen - n, n) == 0;
}
if (n <= plen) {
ignore = strncasecmp(token, path + plen - n, n) == 0;
}