summaryrefslogtreecommitdiff
path: root/tests/test-shape.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-shape.c')
-rw-r--r--tests/test-shape.c2
1 files changed, 1 insertions, 1 deletions
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)