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

Commit d76c0347 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android (Google) Code Review
Browse files

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

parents 1a03efaa e8de8f47
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;
}