* Patch from Reinier Olieslagers to reinstate endoffile event

git-svn-id: trunk@22137 -
This commit is contained in:
michael 2012-08-19 22:04:54 +00:00
parent c9e622b5a8
commit 8114b9069f

View File

@ -1227,6 +1227,7 @@ Begin
FreeAndNil(FInFile)
else
FinFile:=Nil;
DoEndOfFile;
end;
@ -1606,6 +1607,7 @@ Begin
end
else
FreeAndNil(OutStream);
DoEndOfFile;
end;