From: Fabian Keil Date: Wed, 31 May 2017 19:05:12 +0000 (+0000) Subject: Unbreak the 'Windows with GUI' build after r1.129 X-Git-Tag: v_3_0_27~141 X-Git-Url: http://www.privoxy.org/gitweb/show-status?a=commitdiff_plain;h=1e3471c05f279e9f4ebead3a943512d8919a70f3;p=privoxy.git Unbreak the 'Windows with GUI' build after r1.129 Reported by Lee. --- diff --git a/errlog.c b/errlog.c index f2ec3ff3..559069da 100644 --- a/errlog.c +++ b/errlog.c @@ -1,4 +1,4 @@ -const char errlog_rcs[] = "$Id: errlog.c,v 1.128 2017/05/29 10:06:09 fabiankeil Exp $"; +const char errlog_rcs[] = "$Id: errlog.c,v 1.129 2017/05/29 10:06:57 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/errlog.c,v $ @@ -954,7 +954,7 @@ void log_error(int loglevel, const char *fmt, ...) #if defined(_WIN32) && !defined(_WIN_CONSOLE) /* Write to display */ - LogPutString(outbuf_save); + LogPutString(outbuf); #endif /* defined(_WIN32) && !defined(_WIN_CONSOLE) */ unlock_logfile();