diff options
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 950 | in looping through 225307 stat's, which is not only | 950 | in looping through 225307 stat's, which is not only |
| 951 | dog-slow, but also useless since it will fallback to | 951 | dog-slow, but also useless since it will fallback to |
| 952 | the errow below, anyway. */ | 952 | the errow below, anyway. */ |
| 953 | report_file_error ("Cannot create temporary name for prefix `%s'", | 953 | report_file_error ("Cannot create temporary name for prefix", |
| 954 | Fcons (prefix, Qnil)); | 954 | Fcons (prefix, Qnil)); |
| 955 | /* not reached */ | 955 | /* not reached */ |
| 956 | } | 956 | } |