projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
dd1f9a5
)
Unbreak the 'Windows with GUI' build after r1.129
author
Fabian Keil
<fk@fabiankeil.de>
Wed, 31 May 2017 19:05:12 +0000
(19:05 +0000)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 31 May 2017 19:05:12 +0000
(19:05 +0000)
Reported by Lee.
errlog.c
patch
|
blob
|
history
diff --git
a/errlog.c
b/errlog.c
index
f2ec3ff
..
559069d
100644
(file)
--- a/
errlog.c
+++ b/
errlog.c
@@
-1,4
+1,4
@@
-const char errlog_rcs[] = "$Id: errlog.c,v 1.12
8 2017/05/29 10:06:09
fabiankeil Exp $";
+const char errlog_rcs[] = "$Id: errlog.c,v 1.12
9 2017/05/29 10:06:57
fabiankeil Exp $";
/*********************************************************************
*
* File : $Source: /cvsroot/ijbswa/current/errlog.c,v $
/*********************************************************************
*
* 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 */
#if defined(_WIN32) && !defined(_WIN_CONSOLE)
/* Write to display */
- LogPutString(outbuf
_save
);
+ LogPutString(outbuf);
#endif /* defined(_WIN32) && !defined(_WIN_CONSOLE) */
unlock_logfile();
#endif /* defined(_WIN32) && !defined(_WIN_CONSOLE) */
unlock_logfile();