[buffer] Likely that not messaging

pull/3694/head
Behdad Esfahbod 3 years ago
parent 4be074e2cb
commit 31e985d7d1
  1. 2
      src/hb-buffer.hh

@ -552,7 +552,7 @@ struct hb_buffer_t
#ifdef HB_NO_BUFFER_MESSAGE
return true;
#else
if (!messaging ())
if (likely (!messaging ()))
return true;
message_depth++;

Loading…
Cancel
Save