projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3ed8bb
)
(write_element): Delete superfluous ':'.
author
handa
<handa>
Thu, 14 Sep 2006 00:47:16 +0000
(
00:47
+0000)
committer
handa
<handa>
Thu, 14 Sep 2006 00:47:16 +0000
(
00:47
+0000)
src/plist.c
patch
|
blob
|
history
diff --git
a/src/plist.c
b/src/plist.c
index
25d31e7
..
8926952
100644
(file)
--- a/
src/plist.c
+++ b/
src/plist.c
@@
-722,7
+722,7
@@
write_element (MText *mt, MPlist *plist, int indent)
{
char buf[128];
- sprintf (buf, ":%04X", (unsigned) MPLIST_VAL (plist));
+ sprintf (buf, "%04X", (unsigned) MPLIST_VAL (plist));
PUTS (mt, buf);
}
}