diff --git a/src/hb-ot-color-sbix-table.hh b/src/hb-ot-color-sbix-table.hh index 6efae43cd..d0e2235fb 100644 --- a/src/hb-ot-color-sbix-table.hh +++ b/src/hb-ot-color-sbix-table.hh @@ -298,7 +298,7 @@ struct sbix const PNGHeader &png = *blob->as(); - if (png.IHDR.height >= 65536 | png.IHDR.width >= 65536) + if (png.IHDR.height >= 65536 || png.IHDR.width >= 65536) { hb_blob_destroy (blob); return false;