mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Made scdaemon more robust on Windows.
This commit is contained in:
parent
d0ca953014
commit
b519a52cea
10 changed files with 55 additions and 22 deletions
|
@ -490,6 +490,10 @@ do_logv (int level, const char *fmt, va_list arg_ptr)
|
|||
vfprintf(logstream,fmt,arg_ptr) ;
|
||||
if (*fmt && fmt[strlen(fmt)-1] != '\n')
|
||||
missing_lf = 1;
|
||||
#ifdef HAVE_W32_SYSTEM
|
||||
else
|
||||
fflush (logstream);
|
||||
#endif
|
||||
}
|
||||
|
||||
if (level == JNLIB_LOG_FATAL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue