mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 19:49:46 +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 :
|
||||
begin
|
||||
TextRec(f).InOutFunc:=@FileWriteFunc;
|
||||
TextRec(f).FlushFunc:=@FileWriteFunc;
|
||||
if Do_Isdevice(hdl) then
|
||||
TextRec(f).FlushFunc:=@FileWriteFunc;
|
||||
end;
|
||||
else
|
||||
HandleError(102);
|
||||
|
Loading…
Reference in New Issue
Block a user