Skip to content

Commit

Permalink
Merge pull request #17 from vx/master
Browse files Browse the repository at this point in the history
Support appending to empty archives
  • Loading branch information
kientzle committed Aug 1, 2012
2 parents b13b890 + 6939c3d commit 53de044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tar/write.c
Expand Up @@ -235,6 +235,7 @@ tar_mode_r(struct bsdtar *bsdtar)

a = archive_read_new();
archive_read_support_filter_all(a);
archive_read_support_format_empty(a);
archive_read_support_format_tar(a);
archive_read_support_format_gnutar(a);
r = archive_read_open_fd(a, bsdtar->fd, 10240);
Expand Down

0 comments on commit 53de044

Please sign in to comment.