Skip to content

Commit

Permalink
Update zip.c (kuba--#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-- authored and thabetx committed Sep 7, 2023
1 parent ed3c77b commit b2d21c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zip.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ static ssize_t zip_entry_mark(struct zip_t *zip,
}

mz_zip_archive_file_stat file_stat;
mz_uint64 d_pos = ~0UL;
mz_uint64 d_pos = ~0ULL;
for (i = 0; i < n; ++i) {
if ((err = zip_entry_openbyindex(zip, i))) {
return (ssize_t)err;
Expand Down

0 comments on commit b2d21c6

Please sign in to comment.