mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 11:12:37 +00:00
Merge pull request #2873 from nanoant/devel
Fixup: Reverted TZipFileStream name change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user