* Fix bug ID #36147

git-svn-id: trunk@43511 -
This commit is contained in:
michael 2019-11-17 22:27:28 +00:00
parent 91f3f022fe
commit 269cb2d46a

View File

@ -130,6 +130,7 @@ begin
end;
with TTextRec(F) do
begin
OpenFunc:=@StreamOpen;
CloseFunc:=@StreamClose;
Case DefaultTextLineBreakStyle Of
@ -143,6 +144,7 @@ begin
BufPtr:=@Buffer;
Name[0]:=#0;
end;
SetTextCodePage(F,CP_ACP);
end;