Use Gnulib's quote function in mswindows.c.

This commit is contained in:
Steven Schubiger 2008-04-16 12:20:06 +02:00
parent b53c77dfc0
commit 4a465612b3
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
* gnutls.c: Likewise.
* init.c: Likewise.
* log.c: Likewise.
* mswindows.c: Likewise.
2008-04-16 Steven Schubiger <schubiger@gmail.com>

View File

@ -291,7 +291,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);