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

Commit 6d6f3c6d authored by Glenn Kasten's avatar Glenn Kasten Committed by Android Git Automerger
Browse files

am dbd0f3c5: Fix build

* commit 'dbd0f3c5':
  Fix build
parents ef031187 dbd0f3c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -624,7 +624,7 @@ status_t ServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush)
                // front and rear offsets span the overflow bit of the p2 mask
                // so rebasing newFront on the front offset is off by the overflow bit.
                // adjust newFront to match rear offset.
                ALOGV("flush wrap: filled %#x >= overflowBit %#x", filled, overflowBit);
                ALOGV("flush wrap: filled %zx >= overflowBit %zx", filled, overflowBit);
                newFront += overflowBit;
                filled -= overflowBit;
            }