src/hb-icu.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 299ae0c3a367c84a835eadbd1276ca284d2720c0 Author: Behdad Esfahbod <[email protected]> Date: Sat Jan 14 21:29:45 2012 -0500 [icu] Remove glib-ism diff --git a/src/hb-icu.cc b/src/hb-icu.cc index 0f5ed1c..cc551d3 100644 --- a/src/hb-icu.cc +++ b/src/hb-icu.cc @@ -175,7 +175,7 @@ hb_icu_unicode_compose (hb_unicode_funcs_t *ufuncs HB_UNUSED, return FALSE; UChar utf16[4], normalized[5]; - gint len; + int len; hb_bool_t ret, err; UErrorCode icu_err; @@ -209,7 +209,7 @@ hb_icu_unicode_decompose (hb_unicode_funcs_t *ufuncs HB_UNUSED, void *user_data HB_UNUSED) { UChar utf16[2], normalized[20]; - gint len; + int len; hb_bool_t ret, err; UErrorCode icu_err; _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
