Skip to content

Commit

Permalink
Update zip.c
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-- committed May 19, 2023
1 parent 466ac06 commit 49be95a
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 = ~0ULL;
mz_uint64 d_pos = UINT64_MAX;
for (i = 0; i < n; ++i) {
if ((err = zip_entry_openbyindex(zip, i))) {
return (ssize_t)err;
Expand Down

0 comments on commit 49be95a

Please sign in to comment.