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

Commit 903871da authored by Glenn Kasten's avatar Glenn Kasten Committed by Android Git Automerger
Browse files

am 83790fcc: am bdf33c98: Merge "Fix compilation warning: incorrect format...

am 83790fcc: am bdf33c98: Merge "Fix compilation warning: incorrect format specifier for type \'ssize_t\'."

* commit '83790fcc':
  Fix compilation warning: incorrect format specifier for type 'ssize_t'.
parents 364a2677 83790fcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -321,7 +321,7 @@ status_t MediaPlayerService::AudioCache::dump(int fd, const Vector<String16>& ar
                mHeap->getBase(), mHeap->getSize(), mHeap->getFlags(), mHeap->getDevice());
                mHeap->getBase(), mHeap->getSize(), mHeap->getFlags(), mHeap->getDevice());
        result.append(buffer);
        result.append(buffer);
    }
    }
    snprintf(buffer, 255, "  msec per frame(%f), channel count(%d), format(%d), frame count(%ld)\n",
    snprintf(buffer, 255, "  msec per frame(%f), channel count(%d), format(%d), frame count(%zd)\n",
            mMsecsPerFrame, mChannelCount, mFormat, mFrameCount);
            mMsecsPerFrame, mChannelCount, mFormat, mFrameCount);
    result.append(buffer);
    result.append(buffer);
    snprintf(buffer, 255, "  sample rate(%d), size(%d), error(%d), command complete(%s)\n",
    snprintf(buffer, 255, "  sample rate(%d), size(%d), error(%d), command complete(%s)\n",