]> git.saurik.com Git - android/aapt.git/blobdiff - AaptAssets.cpp
Merge "Fix length of pattern." DO NOT MERGE.
[android/aapt.git] / AaptAssets.cpp
index eba77c258acbf41367bb77dc8cadd674f3308027..7d735ad424e6b38889d05b62946c80fe718c6dd9 100644 (file)
@@ -122,6 +122,7 @@ static bool isHidden(const char *root, const char *path)
         if (token[0] == '*') {
             // Match *suffix
             token++;
+            n--;
             if (n <= plen) {
                 ignore = strncasecmp(token, path + plen - n, n) == 0;
             }