[cff] Initialize a member variable

For good hygiene.
language-get-scripts
Behdad Esfahbod 2 years ago
parent 8ccc704c9a
commit d3ed6eed43
  1. 2
      src/hb-cff-interp-common.hh

@ -488,7 +488,7 @@ struct op_str_t
const unsigned char *ptr = nullptr;
op_code_t op;
op_code_t op = OpCode_Invalid;
uint8_t length = 0;
};

Loading…
Cancel
Save