From: handa Date: Wed, 18 Nov 2009 06:45:48 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: REL-0-9-11~34 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b93f843720df6071e0654fb2b34346f557c7c1ce;p=m17n%2Flibotf.git Fix previous change. --- diff --git a/example/otfview.c b/example/otfview.c index 14604ed..1c68f40 100644 --- a/example/otfview.c +++ b/example/otfview.c @@ -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);