summaryrefslogtreecommitdiff
path: root/src/auto-int.c
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-18 14:55:05 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-18 14:55:05 +0200
commit25f74781424d5e13f0211c08cce8c2a1d60b9aec (patch)
tree92a1a19c59f8816dca604592d408184f48c3c4a3 /src/auto-int.c
parentf1b71c9fe7dbb4886588a036399cf5ebe16b7c47 (diff)
update to 4.3.08
Diffstat (limited to 'src/auto-int.c')
-rw-r--r--src/auto-int.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auto-int.c b/src/auto-int.c
index 58f44b2..1e6766c 100644
--- a/src/auto-int.c
+++ b/src/auto-int.c
@@ -5,7 +5,7 @@
#include "scan.h"
#include "fmt.h"
-char inbuf[256];
+char inbuf[BUFFER_SMALL];
buffer b = BUFFER_INIT(write,1,inbuf,sizeof(inbuf));
void out(char *s)