Skip to content

Commit

Permalink
Update reader.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit authored Aug 29, 2024
1 parent 88c81fe commit 4c2c59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ func (z *Reader) init(r io.ReaderAt, size int64) error {
}

f.offset = offset
offset += int64(f.UncompressedSize) //nolint:gosec
offset += int64(f.UncompressedSize) //nolint:gosec
folder = f.folder
j++
}
Expand Down

0 comments on commit 4c2c59a

Please sign in to comment.