From: Jean-Baptiste Queru Date: Sat, 2 Jun 2012 16:56:45 +0000 (-0700) Subject: am 0748a569: Merge "aapt: Remove terminal pointer incrementaion" X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/28e2ac98a5b9cfa6601abb4e9510640103e02da7 am 0748a569: Merge "aapt: Remove terminal pointer incrementaion" * commit '0748a5698776d1a9693a5449ffc983af26cc533b': aapt: Remove terminal pointer incrementaion --- diff --git a/AaptAssets.cpp b/AaptAssets.cpp index 7d735ad..eba77c2 100644 --- a/AaptAssets.cpp +++ b/AaptAssets.cpp @@ -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; }