From: handa Date: Thu, 14 Sep 2006 00:47:16 +0000 (+0000) Subject: (write_element): Delete superfluous ':'. X-Git-Tag: REL-1-3-4~68 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a7762460733818a5fc76a85627d24be49891d8d;p=m17n%2Fm17n-lib.git (write_element): Delete superfluous ':'. --- diff --git a/src/plist.c b/src/plist.c index 25d31e7..8926952 100644 --- 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); } }