Minor
This commit is contained in:
parent
4169710911
commit
b18eafd0f6
@ -254,7 +254,7 @@ template <typename Type>
|
||||
struct Sanitizer
|
||||
{
|
||||
static hb_blob_t *sanitize (hb_blob_t *blob) {
|
||||
hb_sanitize_context_t context[1];
|
||||
hb_sanitize_context_t context[1] = {{}};
|
||||
bool sane;
|
||||
|
||||
/* TODO is_sane() stuff */
|
||||
|
Loading…
Reference in New Issue
Block a user