From: Gerd Moellmann Date: Tue, 20 Jun 2000 18:32:12 +0000 (+0000) Subject: (make_temp_name): Don't use `%s' in string passed to X-Git-Tag: emacs-pretest-21.0.90~3175 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9869bb0bd24aaa8d0190a67c56bb8319bf1ccc48;p=emacs.git (make_temp_name): Don't use `%s' in string passed to report_file_error. --- diff --git a/src/fileio.c b/src/fileio.c index a030bf1e966..e2453a5fb26 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -950,7 +950,7 @@ make_temp_name (prefix, base64_p) 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 */ }