X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/11c3a26ac48315148e6e64ae14c08415022b2768..293395f85715007b05ab8b00223820d222c69cbd:/ResourceTable.cpp?ds=inline 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++; }