]> git.saurik.com Git - android/aapt.git/commitdiff
am 9e22d9c5: Merge "Fix "Too many open files" error for aapt built with Mac OS X...
authorJean-Baptiste Queru <jbq@google.com>
Wed, 6 Jun 2012 01:43:49 +0000 (18:43 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Wed, 6 Jun 2012 01:43:49 +0000 (18:43 -0700)
* commit '9e22d9c514457c4b163d03b9241e4e28b1698368':
  Fix "Too many open files" error for aapt built with Mac OS X SDK 10.6.

AaptAssets.cpp

index 22f495ae7a38eb3ac9256209b5412c7b586d112f..012f84eb797fe0b3c8bd07330f06fc58c847d8e8 100644 (file)
@@ -122,7 +122,6 @@ 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;
             }