aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shtpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shtpl.c b/shtpl.c
index 15ade94..3db16b0 100644
--- a/shtpl.c
+++ b/shtpl.c
@@ -3,7 +3,7 @@
#include <stdlib.h>
#include <string.h>
-#define BUFSIZE 1028
+#define BUFSIZE 1024
#define MAX_COMMANDSIZE 4096
static void addc(char, int);