]> sjero.net Git - wget/blobdiff - src/mswindows.c
Use Gnulib's alloc functions throughout the source.
[wget] / src / mswindows.c
index 2a1469631299a20c70dd6cd77856c78d2df6fc2b..c64da02699c4e7ec508bd85cc29e6886f578b4a3 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
+
 #define INHIBIT_WRAP /* avoid wrapping of socket, bind, ... */
 
 #include "wget.h"
@@ -291,7 +293,7 @@ fake_fork (void)
 
   printf (_("Continuing in background, pid %lu.\n"), pi.dwProcessId);
   if (info->logfile_changed)
-    printf (_("Output will be written to `%s'.\n"), info->lfilename);
+    printf (_("Output will be written to %s.\n"), quote (info->lfilename));
 
   UnmapViewOfFile (info);