diff --git a/source/common/thirdparty/base64.cpp b/source/common/thirdparty/base64.cpp index e7099711a..fcd0ae414 100644 --- a/source/common/thirdparty/base64.cpp +++ b/source/common/thirdparty/base64.cpp @@ -89,8 +89,8 @@ TArray base64_encode(unsigned char const* bytes_to_encode, size_t in_le while((i++ < 3)) reta.Push('='); - reta.Push(0); } + reta.Push(0); return reta;