mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:19:27 +02:00
* Merging revisions 43511 from trunk:
------------------------------------------------------------------------ r43511 | michael | 2019-11-17 23:27:28 +0100 (Sun, 17 Nov 2019) | 1 line * Fix bug ID #36147 ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@43512 -
This commit is contained in:
parent
319b575012
commit
d27126b64c
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user