From f7789809675968b753f9b40e298d23b2f7ab4c61 Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Tue, 26 Nov 2024 21:50:24 +0100 Subject: Command-line variable assignment --- tools/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/common.c') diff --git a/tools/common.c b/tools/common.c index 8156bec..8f03978 100644 --- a/tools/common.c +++ b/tools/common.c @@ -280,7 +280,7 @@ void perror(char *s) } enum { - buflen = 32 * 1024 + buflen = 16 * 1024 }; struct iobuf { -- cgit v1.2.3