From 7a7762460733818a5fc76a85627d24be49891d8d Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 14 Sep 2006 00:47:16 +0000 Subject: [PATCH] (write_element): Delete superfluous ':'. --- src/plist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 1.7.10.4