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

Commit f62dd66a authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Fixes bug 2502132, and masks bug 2518313.

Change-Id: I5c5ecf1c10763f7b3f3d1e5c57dc5ce77cc344fd
parent c0b778e1
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) {