X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/c01b75611d9ff56744f7ad14591db93a32b79afc..e64a6a7a86ccb69bb08f028f68e828fa777d38b7:/ResourceTable.cpp diff --git a/ResourceTable.cpp b/ResourceTable.cpp index 770b027..d051c29 100644 --- a/ResourceTable.cpp +++ b/ResourceTable.cpp @@ -2253,7 +2253,6 @@ bool ResourceTable::getAttributeFlags( bool failed = false; while (pos < end && !failed) { const char16_t* start = pos; - end++; while (pos < end && *pos != '|') { pos++; }