We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4cb08d commit 98a0607Copy full SHA for 98a0607
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