* Write correct number of characters to log file

This commit is contained in:
Michaël Van Canneyt 2024-03-16 16:31:22 +01:00
parent 2c15deb237
commit 48d6f5e8a7

View File

@ -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;