From 69cbe9fb9cf32e555d92145ea78cdae59bb2c739 Mon Sep 17 00:00:00 2001 From: Vic P Date: Sun, 1 Sep 2024 02:18:47 +0700 Subject: [PATCH] Vutils --- src/details/crypt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/details/crypt.cpp b/src/details/crypt.cpp index d8dccad..c4237e9 100644 --- a/src/details/crypt.cpp +++ b/src/details/crypt.cpp @@ -46,7 +46,7 @@ uint b64_calc_decode_size(const std::string& text) return 0; } - size_t result = BASE64_DECODE_OUT_SIZE(size); + uint result = BASE64_DECODE_OUT_SIZE(size); if (size >= 2) {