From 8c90239e8a9b3182e3650c75742205233112602a Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 23 Jun 2006 07:28:26 +0000 Subject: [PATCH] (main): Call dump_image with the arg full as 0. --- example/otftobdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/otftobdf.c b/example/otftobdf.c index 70f6a3a..3eac593 100644 --- a/example/otftobdf.c +++ b/example/otftobdf.c @@ -217,7 +217,7 @@ main (int argc, char **argv) dump_header (face, "unknown", nchars, pixel_size); for (i = 0; i < 0x10000; i++) if (code_table[i] >= 0) - dump_image (pixel_size, code_table[i], i, 1); + dump_image (pixel_size, code_table[i], i, 0); dump_tailer (); exit (0); -- 1.7.10.4