mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
Fixup: Reverted TZipFileStream name change
This fixes broken b0469c11e3 that incompletely
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