diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-05-02 03:50:40 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-05-02 03:50:40 +0000 |
commit | 54dee9a070383e0e36db7f96b53620507d10e3a4 (patch) | |
tree | 94ed52c8772dbf3e33d18f25f09cbbd48a9a4fd3 /modules/hangul | |
parent | a7b79a56d380dd8179d3afab3258e25b4157aa63 (diff) | |
download | pango-54dee9a070383e0e36db7f96b53620507d10e3a4.tar.gz |
Fix numeric format in warning.
Tue May 1 23:30:53 2001 Owen Taylor <otaylor@redhat.com>
* modules/hangul/hangul-x.c (hangul_engine_shape): Fix numeric
format in warning.
* pango/pangox.c (get_font_metrics_from_string): Fix assorted
brokenness.
Diffstat (limited to 'modules/hangul')
-rw-r--r-- | modules/hangul/hangul-x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hangul/hangul-x.c b/modules/hangul/hangul-x.c index 5dd43569..0cc03e05 100644 --- a/modules/hangul/hangul-x.c +++ b/modules/hangul/hangul-x.c @@ -642,7 +642,7 @@ hangul_engine_shape (PangoFont *font, } else { - g_warning ("Character not handled by Hangul shaper: 0x04%x", wc4); + g_warning ("Character not handled by Hangul shaper: %#04x", wc4); continue; } |