summaryrefslogtreecommitdiff
path: root/tools/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/common.c')
-rw-r--r--tools/common.c2
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 {