From 86414437260bcd436c9db07f6df510b90060aa3b Mon Sep 17 00:00:00 2001 From: Ellen Arvidsson Date: Wed, 25 Jun 2025 17:30:02 +0200 Subject: [PATCH] lol --- src/spho/subt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spho/subt.c b/src/spho/subt.c index ec2a8fe..ccc7806 100644 --- a/src/spho/subt.c +++ b/src/spho/subt.c @@ -102,7 +102,7 @@ static int sqnt_init(struct spho_ctx *ctx, size_t initsz, struct sqnt *seq) { if (initsz == 0) - initsz = 32; /* just feels good */ + initsz = 0x10; /* just feels good */ seq->ctx = ctx;