- backend update from Raze.
This commit is contained in:
parent
97b8c0ccfb
commit
8a4fa8b65f
12 changed files with 100 additions and 19 deletions
2
src/common/thirdparty/base64.cpp
vendored
2
src/common/thirdparty/base64.cpp
vendored
|
|
@ -89,8 +89,8 @@ TArray<uint8_t> 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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue