lol
This commit is contained in:
parent
d4106c7004
commit
8641443726
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue