mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[hb-view] Report success/failure in --batch mode
Otherwise client can't know when the job is done.
This commit is contained in:
parent
5194ec4758
commit
267de2bb90
1 changed files with 1 additions and 1 deletions
|
@ -39,5 +39,5 @@ int
|
|||
main (int argc, char **argv)
|
||||
{
|
||||
using main_t = main_font_text_t<shape_consumer_t<view_cairo_t>, font_options_t, shape_text_options_t>;
|
||||
return batch_main<main_t> (argc, argv);
|
||||
return batch_main<main_t, true> (argc, argv);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue