Skip to content

Commit 69cbe9f

Browse files
committed
Vutils
1 parent 278b4fd commit 69cbe9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/details/crypt.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ uint b64_calc_decode_size(const std::string& text)
4646
return 0;
4747
}
4848

49-
size_t result = BASE64_DECODE_OUT_SIZE(size);
49+
uint result = BASE64_DECODE_OUT_SIZE(size);
5050

5151
if (size >= 2)
5252
{

0 commit comments

Comments
 (0)