mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Use Gnulib's quote function in mswindows.c.
This commit is contained in:
parent
b53c77dfc0
commit
4a465612b3
@ -9,6 +9,7 @@
|
|||||||
* gnutls.c: Likewise.
|
* gnutls.c: Likewise.
|
||||||
* init.c: Likewise.
|
* init.c: Likewise.
|
||||||
* log.c: Likewise.
|
* log.c: Likewise.
|
||||||
|
* mswindows.c: Likewise.
|
||||||
|
|
||||||
2008-04-16 Steven Schubiger <schubiger@gmail.com>
|
2008-04-16 Steven Schubiger <schubiger@gmail.com>
|
||||||
|
|
||||||
|
@ -291,7 +291,7 @@ fake_fork (void)
|
|||||||
|
|
||||||
printf (_("Continuing in background, pid %lu.\n"), pi.dwProcessId);
|
printf (_("Continuing in background, pid %lu.\n"), pi.dwProcessId);
|
||||||
if (info->logfile_changed)
|
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);
|
UnmapViewOfFile (info);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user