summaryrefslogtreecommitdiff
path: root/src/auto-int.c
diff options
context:
space:
mode:
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)