summaryrefslogtreecommitdiffstats
path: root/tmpbuffer.c
diff options
context:
space:
mode:
authorSimon Rettberg2020-12-14 11:54:13 +0100
committerSimon Rettberg2020-12-14 11:54:13 +0100
commit5df45d9e03af17e85f97ea63fb5d309f1dff37ea (patch)
tree5e74733d7132dd3a6bf695b26a829edec8067882 /tmpbuffer.c
parentChange the numeric hack to check first char only, new prefix (diff)
downloadldadp-5df45d9e03af17e85f97ea63fb5d309f1dff37ea.tar.gz
ldadp-5df45d9e03af17e85f97ea63fb5d309f1dff37ea.tar.xz
ldadp-5df45d9e03af17e85f97ea63fb5d309f1dff37ea.zip
More tmpbuffers
Diffstat (limited to 'tmpbuffer.c')
-rw-r--r--tmpbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpbuffer.c b/tmpbuffer.c
index 4f2c632..2a9ed5d 100644
--- a/tmpbuffer.c
+++ b/tmpbuffer.c
@@ -2,7 +2,7 @@
#include "asn1.h"
#include <stdio.h>
-#define COUNT 40
+#define COUNT 100
static char buffer[TMPLEN * COUNT];
static int pos = 0;