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

Commit d61fd4ed authored by John Reck's avatar John Reck
Browse files

Fix build

Change-Id: Id793d3a824902ab794b5d5a4cdf4c77a72c52add
parent 1d4e6a09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -166,8 +166,8 @@ Texture* GradientCache::addLinearGradient(GradientCacheEntry& gradient,

    mSize += size;
    LOG_ALWAYS_FATAL_IF((int)size != texture->objectSize(),
            "size != texture->objectSize(), size %" PRIu32 ", objectSize %" PRIu32
            " width = %" PRIu32 " bytesPerPixel() = %" PRIu32,
            "size != texture->objectSize(), size %" PRIu32 ", objectSize %d"
            " width = %" PRIu32 " bytesPerPixel() = %zu",
            size, texture->objectSize(), info.width, bytesPerPixel());
    mCache.put(gradient, texture);