]> git.eshelyaron.com Git - emacs.git/commitdiff
(make_temp_name): Don't use `%s' in string passed to
authorGerd Moellmann <gerd@gnu.org>
Tue, 20 Jun 2000 18:32:12 +0000 (18:32 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 20 Jun 2000 18:32:12 +0000 (18:32 +0000)
report_file_error.

src/fileio.c

index a030bf1e96650b2a0b15b6654fdf7d1060ac6d90..e2453a5fb266c95d784554ac1a77616a37349d35 100644 (file)
@@ -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 */
        }