mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 02:32:51 +02:00
parent
62cef8eb2b
commit
1c9bca29e3
@ -425,6 +425,8 @@ var
|
||||
Outstream : TStringStream;
|
||||
Decoder : TBase64DecodingStream;
|
||||
begin
|
||||
if Length(s)=0 then
|
||||
Exit('');
|
||||
SD:=S;
|
||||
while Length(Sd) mod 4 > 0 do
|
||||
SD := SD + '=';
|
||||
|
Loading…
Reference in New Issue
Block a user