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

Commit 3df4e1a2 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 0748a569: Merge "aapt: Remove terminal pointer incrementaion"

* commit '0748a569':
  aapt: Remove terminal pointer incrementaion
parents ae545bb8 0748a569
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++;
            }