(make_temp_name): Don't use `%s' in string passed to

report_file_error.
This commit is contained in:
Gerd Moellmann 2000-06-20 18:32:12 +00:00
parent 8972339502
commit 9869bb0bd2

View 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 */
}