commit | 5db0683a822f70c914468430cda6487cee740ae3 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sat Jun 02 12:13:08 2012 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sat Jun 02 12:13:08 2012 -0400 |
tree | 1ac861466e17975efc5949a7c195106572953c31 | |
parent | 96a9ef0c9fca8d58d8dc6baf6b262d96587abee0 [diff] [blame] |
[util] Make hb-shape continue shaping other lines if shapers failed
diff --git a/util/main-font-text.hh b/util/main-font-text.hh index 1a9739f..1dbaaff 100644 --- a/util/main-font-text.hh +++ b/util/main-font-text.hh
@@ -66,7 +66,7 @@ consumer.finish (&font_opts); - return 0; + return consumer.failed ? 1 : 0; } protected: