diff options
author | Werner Koch <[email protected]> | 2019-03-19 08:00:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-03-19 08:00:43 +0000 |
commit | e4f460d8e338d6866a6ab457dcd811c63399706a (patch) | |
tree | 2ee1bcaf0d8d023f3430980a56a72c43751e3855 /src/logging.c | |
parent | syscfg: Add armv7a-unknown-linux-gnueabihf as an alias. (diff) | |
download | libgpg-error-e4f460d8e338d6866a6ab457dcd811c63399706a.tar.gz libgpg-error-e4f460d8e338d6866a6ab457dcd811c63399706a.zip |
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 <[email protected]>
Diffstat (limited to 'src/logging.c')
-rw-r--r-- | src/logging.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |