Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0748a569 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

Merge "aapt: Remove terminal pointer incrementaion"

parents 54a2a6df c4293c14
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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++;
            }