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

Commit 9efc829e authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 4e544e81: Merge "Forgot to fix one -Wformat-security in my previous change. Fixed." into kraken

parents 9c192e44 4e544e81
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;
}