(write_element): Delete superfluous ':'.
authorhanda <handa>
Thu, 14 Sep 2006 00:47:16 +0000 (00:47 +0000)
committerhanda <handa>
Thu, 14 Sep 2006 00:47:16 +0000 (00:47 +0000)
src/plist.c

index 25d31e7..8926952 100644 (file)
@@ -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);
        }
     }