diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2017-08-30 17:07:29 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2017-08-30 17:07:29 -0700 |
commit | 69d701b02e5ebc3597b0d0576dbab8e1ece51944 (patch) | |
tree | d089ae3e103529bed2fe9b3b25c4ac5f44227d83 /util/view-cairo.hh | |
parent | 099472e08bf81d6dd8ca1647999592df6b7fdfb9 (diff) |
[util] When --verify fails, return reconstructed shape results
Diffstat (limited to 'util/view-cairo.hh')
-rw-r--r-- | util/view-cairo.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/view-cairo.hh b/util/view-cairo.hh index d3e59afa..bf56da3c 100644 --- a/util/view-cairo.hh +++ b/util/view-cairo.hh @@ -59,7 +59,7 @@ struct view_cairo_t } void error (const char *message) { - fail (false, "%s", message); + g_printerr ("%s: %s\n", g_get_prgname (), message); } void consume_glyphs (hb_buffer_t *buffer, const char *text, |