emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/editfns.c,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c,v
Date: Wed, 06 Sep 2006 06:40:53 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   06/09/06 06:40:52

Index: editfns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/editfns.c,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -b -r1.425 -r1.426
--- editfns.c   1 Sep 2006 13:28:13 -0000       1.425
+++ editfns.c   6 Sep 2006 06:40:52 -0000       1.426
@@ -1694,7 +1694,7 @@
                                SBYTES (format_string),
                                tm, ut);
       if ((result > 0 && result < size) || (result == 0 && buf[0] == '\0'))
-       return code_convert_string_norecord (make_string (buf, result),
+       return code_convert_string_norecord (make_unibyte_string (buf, result),
                                             Vlocale_coding_system, 0);
 
       /* If buffer was too small, make it bigger and try again.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]