Skip to content

Commit

Permalink
typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Feb 28, 2024
1 parent d8fbbcc commit 174c22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zzip/fseeko.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ zzip_entry_findfirst(FILE* disk)
continue;

if (! (0 <= root && root < disksize)) {
debug3("bogus rootseek value %lli (disksize %lli)", /* .. /
debug3("bogus rootseek value %lli (disksize %lli)", /* .. */
(long long)root, (long long)disksize);
errno = EBADMSG;
goto error2;
Expand Down

0 comments on commit 174c22d

Please sign in to comment.