X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/c01b75611d9ff56744f7ad14591db93a32b79afc..f77a54f9436c77b4eb193fb853e48129a02fcfc8:/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++; }