[hb-subset] Initialize preprocess variable
This commit is contained in:
parent
f0b5286b36
commit
85e8f2b53f
|
@ -171,7 +171,7 @@ struct subset_main_t : option_parser_t, face_options_t, output_options_t<false>
|
|||
public:
|
||||
|
||||
unsigned num_iterations = 1;
|
||||
gboolean preprocess;
|
||||
gboolean preprocess = false;
|
||||
hb_subset_input_t *input = nullptr;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue