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

Commit b5399e42 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix typo in log message"

parents b446ae53 a77ca8c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -433,7 +433,7 @@ status_t FLACDecoder::addDataToBuffer(const uint8_t *inBuffer, size_t inBufferLe
            if (mBuffer == nullptr) {
                mBufferDataSize = 0;
                mBufferLen = 0;
                ALOGE("decodeOneFrame: failed to allocate memory for input buffer");
                ALOGE("addDataToBuffer: failed to allocate memory for input buffer");
                return NO_MEMORY;
            }
            mBufferLen = mBufferDataSize + inBufferLen;