Fix previous change.
authorhanda <handa>
Wed, 18 Nov 2009 06:45:48 +0000 (06:45 +0000)
committerhanda <handa>
Wed, 18 Nov 2009 06:45:48 +0000 (06:45 +0000)
example/otfview.c

index 14604ed..1c68f40 100644 (file)
@@ -538,7 +538,7 @@ update_seq_area ()
       for (i = 1, x = 4; i < gstring.used; i++, x += 5)
        sprintf (buf + x, " %04X", gstring.glyphs[i].glyph_id);
       while (x < size)
-       buf[x] = ' ';
+       buf[x++] = ' ';
       buf[x] = '\0';
       XtSetArg (arg[0], XtNlabel, buf);
       XtSetValues (code_list, arg, 1);