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

Commit 0543a5ab authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Fixes bug 2502132, and masks bug 2518313."

parents 0d4726a2 f62dd66a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ status_t AMRSource::read(
    ssize_t n = mDataSource->readAt(mOffset, &header, 1);

    if (n < 1) {
        return ERROR_IO;
        return ERROR_END_OF_STREAM;
    }

    if (header & 0x83) {