Merge "aapt: Remove terminal pointer incrementaion"
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user