From be4d29953196744ab87b7e27be21a60131b109d1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 18 Jul 2019 14:49:42 -0700 Subject: test-shape: Print glyph ids in decimal --- tests/test-shape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-shape.c') diff --git a/tests/test-shape.c b/tests/test-shape.c index babfe98f..acce5a03 100644 --- a/tests/test-shape.c +++ b/tests/test-shape.c @@ -171,7 +171,7 @@ test_file (const gchar *filename, GString *string) p1 = g_utf8_next_char (p); } append_text (s1, p, p1 - p); - g_string_append_printf (s2, "[%x]", gi->glyph); + g_string_append_printf (s2, "[%d]", gi->glyph); g_string_append_printf (s4, "%d ", gi->geometry.width); g_string_append_printf (s7, "%d,%d ", gi->geometry.x_offset, gi->geometry.y_offset); if (gi->attr.is_cluster_start) -- cgit v1.2.1