Skip to content

Commit

Permalink
Vutils
Browse files Browse the repository at this point in the history
  • Loading branch information
vic4key committed Aug 31, 2024
1 parent 278b4fd commit 69cbe9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/details/crypt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 69cbe9f

Please sign in to comment.