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

Commit e8de8f47 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

Forgot to fix one -Wformat-security in my previous change. Fixed.

Change-Id: Ice7459b30e1d7dbfe400b68d27ebc04fcca78bae
parent 5b803f08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ sp<GraphicBuffer> MSurface::requestBuffer(int bufferIdx, int usage) {
}

status_t MSurface::setBufferCount(int bufferCount) {
    INFO(__func__);
    INFO("%s", __func__);
    return NULL;
}