Skip to content

Commit

Permalink
Address some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-- committed Jun 29, 2024
1 parent f44a459 commit 80fafe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_offset.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ MU_TEST(test_read) {
struct zip_t *zip = zip_open(ZIPNAME, 0, 'r');
mu_check(zip != NULL);

zip_get_archive_offset(zip, &archive_offset);
zip_offset(zip, &archive_offset);
mu_assert_int_eq(strlen(HEADERDATA1), archive_offset);

mu_assert_int_eq(2, zip_entries_total(zip));
Expand Down

0 comments on commit 80fafe7

Please sign in to comment.