mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Base64 - use 76 symbols line length like other tools
This commit is contained in:
parent
8c1dc7de0d
commit
71bb4d22f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue