From e4f460d8e338d6866a6ab457dcd811c63399706a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 19 Mar 2019 09:00:43 +0100 Subject: estream: Increase buffer size for Windows. * src/gpgrt-int.h (BUFFER_BLOCK_SIZE) [W32]: Increase from 512 to 8k. * src/w32-estream.c (READBUF_SIZE, WRITEBUF_SIZE): Increase from 4k to 8k. Signed-off-by: Werner Koch --- src/logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/logging.c') diff --git a/src/logging.c b/src/logging.c index 86cf7c3..329982b 100644 --- a/src/logging.c +++ b/src/logging.c @@ -699,7 +699,7 @@ _gpgrt_log_get_stream () } -/* A fiter used with the fprintf_sf function to sanitize the args for +/* A filter used with the fprintf_sf function to sanitize the args for * "%s" format specifiers. */ static char * fmt_string_filter (const char *string, int no, void *opaque) -- cgit v1.2.3