Skip to content

Conversation

@ndossche
Copy link
Member

No description provided.

*newoffs = gzseek(self->gz_file, offset, whence);

return (*newoffs < 0) ? -1 : 0;
off_t new_offset = gzseek(self->gz_file, offset, whence);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(tiny) nit: new_offset should be a z_off_t.

Copy link
Member

@devnexen devnexen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense. I m surprised no one reported it tough, seems pretty straightforward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants