mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 03:39:30 +02:00
* fix for r34373
git-svn-id: trunk@39850 -
This commit is contained in:
parent
0e0b43889f
commit
a32a6bca90
@ -456,6 +456,8 @@ var
|
||||
Outstream : TStringStream;
|
||||
Encoder : TBase64EncodingStream;
|
||||
begin
|
||||
if Length(s)=0 then
|
||||
Exit('');
|
||||
Outstream:=TStringStream.Create('');
|
||||
try
|
||||
Encoder:=TBase64EncodingStream.create(outstream);
|
||||
|
Loading…
Reference in New Issue
Block a user