+ Merged revision 2971

git-svn-id: branches/fixes_2_0@2972 -
This commit is contained in:
michael 2006-03-19 19:32:09 +00:00
parent 74ce65041f
commit a6ee29f05b

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