Skip to content

Commit 0748a56

Browse files
Jean-Baptiste Queruandroid code review
authored andcommitted
Merge "aapt: Remove terminal pointer incrementaion"
2 parents 54a2a6d + c4293c1 commit 0748a56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/aapt/ResourceTable.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2253,7 +2253,6 @@ bool ResourceTable::getAttributeFlags(
22532253
bool failed = false;
22542254
while (pos < end && !failed) {
22552255
const char16_t* start = pos;
2256-
end++;
22572256
while (pos < end && *pos != '|') {
22582257
pos++;
22592258
}

0 commit comments

Comments
 (0)