We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278b4fd commit 69cbe9fCopy full SHA for 69cbe9f
src/details/crypt.cpp
@@ -46,7 +46,7 @@ uint b64_calc_decode_size(const std::string& text)
46
return 0;
47
}
48
49
- size_t result = BASE64_DECODE_OUT_SIZE(size);
+ uint result = BASE64_DECODE_OUT_SIZE(size);
50
51
if (size >= 2)
52
{
0 commit comments