Fixup: Reverted TZipFileStream name change

This fixes broken b0469c11e3 that incompletely
reverted TZipFileStream name change.
This commit is contained in:
Adam Strzelecki
2015-06-05 12:44:28 +02:00
parent 16da925a0a
commit 2dcaa75e2d

View File

@@ -114,7 +114,7 @@ type
atEnd: bool
PZipFileStream* =
ref ZipFileStream ## a reader stream of a file within a zip archive
ref TZipFileStream ## a reader stream of a file within a zip archive
proc fsClose(s: Stream) = zip_fclose(PZipFileStream(s).f)
proc fsAtEnd(s: Stream): bool = PZipFileStream(s).atEnd