From: handa Date: Fri, 23 Jun 2006 07:28:26 +0000 (+0000) Subject: (main): Call dump_image with the arg full as 0. X-Git-Tag: REL-0-9-5~25 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8c90239e8a9b3182e3650c75742205233112602a;p=m17n%2Flibotf.git (main): Call dump_image with the arg full as 0. --- 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);