]> sjero.net Git - wget/blobdiff - src/convert.c
Merge current tip with CSS stuff.
[wget] / src / convert.c
index 00319ddc76e5212fbda84bd1721a0410d998e769..e72a4b0f50f4d8784ac63114c1da2b526ba96450 100644 (file)
@@ -246,8 +246,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;
     }