Merge pull request #2873 from nanoant/devel

Fixup: Reverted TZipFileStream name change
This commit is contained in:
Andreas Rumpf
2015-06-05 12:48:49 +02:00

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