UPD: Base64 - use 76 symbols line length like other tools

This commit is contained in:
Alexander Koblov 2022-02-04 19:55:06 +03:00
commit 71bb4d22f9

View file

@ -48,7 +48,7 @@ const
function TWriteBufStreamEx.Write(const Buffer; Count: Longint): Longint;
const
LINE_LENGTH = 80;
LINE_LENGTH = 76;
EOL = String(LineEnding);
begin
if (FPosition + Count) > LINE_LENGTH then