am 0748a569: Merge "aapt: Remove terminal pointer incrementaion"
* commit '0748a5698776d1a9693a5449ffc983af26cc533b': aapt: Remove terminal pointer incrementaion
This commit is contained in:
committed by
Android Git Automerger
commit
3df4e1a2f1
@@ -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