Mercurial > emacs
changeset 29813:ffa0e91cd494
(make_temp_name): Don't use `%s' in string passed to
report_file_error.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 20 Jun 2000 18:32:12 +0000 |
parents | e4f28eb9a373 |
children | daf26bf9d779 |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Tue Jun 20 18:31:36 2000 +0000 +++ b/src/fileio.c Tue Jun 20 18:32:12 2000 +0000 @@ -950,7 +950,7 @@ in looping through 225307 stat's, which is not only dog-slow, but also useless since it will fallback to the errow below, anyway. */ - report_file_error ("Cannot create temporary name for prefix `%s'", + report_file_error ("Cannot create temporary name for prefix", Fcons (prefix, Qnil)); /* not reached */ }