We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84bda3e + 98a0607 commit 54a2a6dCopy full SHA for 54a2a6d
1 file changed
tools/aapt/AaptAssets.cpp
@@ -122,6 +122,7 @@ static bool isHidden(const char *root, const char *path)
122
if (token[0] == '*') {
123
// Match *suffix
124
token++;
125
+ n--;
126
if (n <= plen) {
127
ignore = strncasecmp(token, path + plen - n, n) == 0;
128
}
0 commit comments