# HG changeset patch # User Kenichi Handa # Date 1157524852 0 # Node ID d8f99fba05caa982fa7c1dddcdea5d4af7101af2 # Parent 5a0fb2945b4613b246346ce1be419e760df65a41 (Fformat_time_string): Use make_unibyte_string to make a Lisp string from the result of emacs_memftimeu call. diff -r 5a0fb2945b46 -r d8f99fba05ca src/editfns.c --- a/src/editfns.c Wed Sep 06 02:45:03 2006 +0000 +++ b/src/editfns.c Wed Sep 06 06:40:52 2006 +0000 @@ -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. */