comparison src/fileio.c @ 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 c449a480768c
children a931186f35fa
comparison
equal deleted inserted replaced
29812:e4f28eb9a373 29813:ffa0e91cd494
948 as bad as (and in many cases worse than) throwing the 948 as bad as (and in many cases worse than) throwing the
949 error, or to ignore the error, which will likely result 949 error, or to ignore the error, which will likely result
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 }
957 } 957 }
958 958