]> sjero.net Git - wget/blobdiff - src/progress.c
Use Gnulib's alloc functions throughout the source.
[wget] / src / progress.c
index 9ea74b030386ba9b20b5e5bbaa5b5c9d726ad96e..62e8d87dad544453e2d9b3b37b6c7da600ced6a1 100644 (file)
@@ -28,6 +28,8 @@ Corresponding Source for a non-source form of such a combination
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
+#define USE_GNULIB_ALLOC
+
 #include "wget.h"
 
 #include <stdio.h>
@@ -453,8 +455,8 @@ dot_set_params (const char *params)
     }
   else
     fprintf (stderr,
-             _("Invalid dot style specification `%s'; leaving unchanged.\n"),
-             params);
+             _("Invalid dot style specification %s; leaving unchanged.\n"),
+             quote (params));
 }
 \f
 /* "Thermometer" (bar) progress. */