From a93c5d776ea634af78260a40dceb374771e5d445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinis=20Adovi=C4=8Ds=20/=20kroko?= <720976+kroko@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:06:53 +0200 Subject: [PATCH] set to (long) unsigned int --- b64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b64.h b/b64.h index e39d746..830f206 100644 --- a/b64.h +++ b/b64.h @@ -10,7 +10,7 @@ typedef struct b64_buffer { char * ptr; - int bufc; + size_t bufc; } b64_buffer_t; /**