mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 20:29:33 +02:00
* Write correct number of characters to log file
This commit is contained in:
parent
2c15deb237
commit
48d6f5e8a7
@ -278,7 +278,7 @@ begin
|
||||
if Assigned(FLogStream) then
|
||||
begin
|
||||
S:=Str+sLineBreak;
|
||||
FlogStream.Write(S[1],length(str));
|
||||
FlogStream.Write(S[1],length(S));
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user