projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cdd48a
)
Fix previous change.
author
handa
<handa>
Wed, 18 Nov 2009 06:45:48 +0000
(06:45 +0000)
committer
handa
<handa>
Wed, 18 Nov 2009 06:45:48 +0000
(06:45 +0000)
example/otfview.c
patch
|
blob
|
history
diff --git
a/example/otfview.c
b/example/otfview.c
index
14604ed
..
1c68f40
100644
(file)
--- 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);