Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Aug 2, 2024
1 parent 1b58c84 commit 4cc4e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zip_open.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ find_eocd(zip_buffer_t *buffer, const unsigned char *last) {
static zip_cdir_t *
_zip_read_eocd(zip_buffer_t *buffer, zip_uint64_t buf_offset, unsigned int flags, zip_error_t *error) {
zip_cdir_t *cd;
zip_uint16_t this_disk, eocd_disk, num_disks;
zip_uint16_t this_disk, eocd_disk;
zip_uint64_t i, nentry, size, offset, eocd_offset;

if (_zip_buffer_left(buffer) < EOCDLEN) {
Expand Down

0 comments on commit 4cc4e12

Please sign in to comment.