updated codes.

This commit is contained in:
2023-08-14 20:03:38 +08:00
parent cead336d3b
commit ca0595c61d
4 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ int main(int,char **)
cout<<"Encode: "<<tmp<<endl;
mos.ClearData();
mos.Clear();
if(!base64_decode(&mos,tmp,len))
{