On 27/7/12 17:56, Behdad Esfahbod wrote:

@@ -114,6 +115,7 @@ hb_shape_plan_get_empty (void)
    static const hb_shape_plan_t _hb_shape_plan_nil = {
      HB_OBJECT_HEADER_STATIC,

+    TRUE, /* default_shaper_list */
      NULL, /* face */
      _HB_BUFFER_PROPS_DEFAULT, /* props */

s/TRUE/true/, please, otherwise this fails to compile on OS X (at least), where TRUE isn't defined.


_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to