aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Forzanini <mf@marioforzanini.com>2023-03-06 18:53:39 +0100
committerMario Forzanini <mf@marioforzanini.com>2023-03-06 18:53:39 +0100
commit3021b1529c2d659a1ece5f2d847092593b80cb15 (patch)
tree7decee898d680e1c77517e8bd9be06118085efa8
parent8877527b76376c99ef1ea21c296ead549d5d69b8 (diff)
1028 -> 1024, apparently I don't know the powers of 2HEADmaster
-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);