]> sjero.net Git - wget/blobdiff - src/convert.c
Use Gnulib's quote function in convert.c.
[wget] / src / convert.c
index 2811bff7e5d6553d64bca52f2aa238aa900183f1..69d713f812d1d68e31cb343d936f876bcf512c0d 100644 (file)
@@ -230,8 +230,8 @@ convert_links (const char *file, struct urlpos *links)
      zeroes from the mmaped region.  */
   if (unlink (file) < 0 && errno != ENOENT)
     {
-      logprintf (LOG_NOTQUIET, _("Unable to delete `%s': %s\n"),
-                 file, strerror (errno));
+      logprintf (LOG_NOTQUIET, _("Unable to delete %s: %s\n"),
+                 quote (file), strerror (errno));
       read_file_free (fm);
       return;
     }