Browse Source

* Patch from Reinier Olieslagers to reinstate endoffile event

git-svn-id: trunk@22137 -
michael 13 years ago
parent
commit
8114b9069f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/paszlib/src/zipper.pp

+ 2 - 0
packages/paszlib/src/zipper.pp

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