summaryrefslogtreecommitdiff
path: root/src/auto-int8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auto-int8.c')
-rw-r--r--src/auto-int8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auto-int8.c b/src/auto-int8.c
index fd5ead6..a3580ba 100644
--- a/src/auto-int8.c
+++ b/src/auto-int8.c
@@ -4,7 +4,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)