aboutsummaryrefslogtreecommitdiff
path: root/src/zip/file
diff options
context:
space:
mode:
Diffstat (limited to 'src/zip/file')
-rw-r--r--src/zip/file/read.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zip/file/read.rs b/src/zip/file/read.rs
index c5c7e99..6ec7db7 100644
--- a/src/zip/file/read.rs
+++ b/src/zip/file/read.rs
@@ -83,7 +83,7 @@ impl<'d, Io: Read + Seek> ZipFileReader<'d, Io> {
83 info, 83 info,
84 84
85 bounds: (cursor, data_pointer + info.compressed_size), 85 bounds: (cursor, data_pointer + info.compressed_size),
86 cursor: cursor, 86 cursor,
87 }) 87 })
88 } 88 }
89 89