[util/hb-subset] Don't ignore errors during face parsing
Was ignoring file-not-found errors.
This commit is contained in:
parent
1e1438c4fb
commit
38ad093216
|
@ -71,7 +71,7 @@ struct subset_main_t : option_parser_t, face_options_t, output_options_t<false>
|
|||
g_memdup
|
||||
#endif
|
||||
(argv, argc * sizeof (*argv));
|
||||
parser.parse (&argc, &args, true);
|
||||
parser.parse (&argc, &args);
|
||||
g_free (args);
|
||||
|
||||
set_face (face_opts.face);
|
||||
|
|
Loading…
Reference in New Issue