Skip to content

Commit

Permalink
make zipstream::info const
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Nov 8, 2024
1 parent 1708a39 commit 66d6e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/zip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ class zipstream final : public stream
}
private:
ziparchive *arch;
zipfile *info;
const zipfile *info;
z_stream zfile;
uchar *buf;
uint reading;
Expand Down

0 comments on commit 66d6e72

Please sign in to comment.