mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 21:10:28 +02:00
* remove forgotten writeln in base64 (* please merge me! *)
git-svn-id: trunk@7451 -
This commit is contained in:
parent
2207d159d7
commit
2b873af182
@ -239,7 +239,7 @@ begin
|
|||||||
Break;
|
Break;
|
||||||
end;
|
end;
|
||||||
until count = 0;
|
until count = 0;
|
||||||
writeln(Result);
|
// writeln(Result);
|
||||||
// we are now either at the end of the stream, or encountered our first '=', stored in c
|
// we are now either at the end of the stream, or encountered our first '=', stored in c
|
||||||
if c = '=' then begin // '=' found
|
if c = '=' then begin // '=' found
|
||||||
if Result mod 4 <= 1 then // badly placed '=', disregard last block
|
if Result mod 4 <= 1 then // badly placed '=', disregard last block
|
||||||
|
Loading…
Reference in New Issue
Block a user