mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
(batch_convert): Use the quote function rather than using literal `...' in
a diagnostic.
This commit is contained in:
@@ -276,7 +276,7 @@ batch_convert (const char *input_filename, const char *format)
|
||||
}
|
||||
|
||||
if (fclose (in_stream) == EOF)
|
||||
error (2, errno, "`%s'", input_filename);
|
||||
error (2, errno, "%s", quote (input_filename));
|
||||
|
||||
if (line != NULL)
|
||||
free (line);
|
||||
|
||||
Reference in New Issue
Block a user