Resorted; add missing Morohashi's Daikanwa characters; add missing
[chise/xemacs-chise.git] / src / doprnt.c
index b224d50..3e4c3ce 100644 (file)
@@ -657,6 +657,9 @@ emacs_doprnt_1 (Lisp_Object stream, const Bufbyte *format_nonreloc,
                  long_to_string (constructed_spec + strlen (constructed_spec),
                                  spec->precision);
                }
+#if 0
+             sprintf (constructed_spec + strlen (constructed_spec), "%c", ch);
+#endif
 
              /* sprintf the mofo */
              /* we have to use separate calls to sprintf(), rather than