diff options
author | Vladimir Azarov <avm@intermediate-node.net> | 2024-11-26 21:50:24 +0100 |
---|---|---|
committer | Vladimir Azarov <avm@intermediate-node.net> | 2024-11-26 21:50:24 +0100 |
commit | f7789809675968b753f9b40e298d23b2f7ab4c61 (patch) | |
tree | afc937002cf57e0791aa4d69d7405662ee7ca0ae /tools/common.c | |
parent | f777f6a9450d2bd5fc7ec531e6fb69f79942499a (diff) |
Command-line variable assignment
Diffstat (limited to 'tools/common.c')
-rw-r--r-- | tools/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |