Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap return value of archive_write_data_block(3) #108

Merged
merged 1 commit into from
Mar 20, 2023

Commits on Mar 20, 2023

  1. Wrap return value of archive_write_data_block(3)

    archive_write_data_block(3) might depending on the version of libarchive
    on success return 0 or the number of bytes written.
    `archive_write_data_block` however always expects 0 on success.
    See man:archive_write_data(3)
    cgzones committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    31e277b View commit details
    Browse the repository at this point in the history