(main): Call dump_image with the arg full as 0.
[m17n/libotf.git] / example / otftobdf.c
index 70f6a3a..3eac593 100644 (file)
@@ -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);