+ StdIO flush now handled as all other files

git-svn-id: trunk@2971 -
This commit is contained in:
michael 2006-03-19 19:18:49 +00:00
parent 76944b0c85
commit 155df8d326

View File

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