mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:49:13 +02:00
+ StdIO flush now handled as all other files
git-svn-id: trunk@2971 -
This commit is contained in:
parent
76944b0c85
commit
155df8d326
@ -1220,7 +1220,8 @@ begin
|
|||||||
fmOutput :
|
fmOutput :
|
||||||
begin
|
begin
|
||||||
TextRec(f).InOutFunc:=@FileWriteFunc;
|
TextRec(f).InOutFunc:=@FileWriteFunc;
|
||||||
TextRec(f).FlushFunc:=@FileWriteFunc;
|
if Do_Isdevice(hdl) then
|
||||||
|
TextRec(f).FlushFunc:=@FileWriteFunc;
|
||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
HandleError(102);
|
HandleError(102);
|
||||||
|
Loading…
Reference in New Issue
Block a user