Skip to content

Commit e251bcf

Browse files
committed
Fix, an empty WARC archive needs a bit more than 256 bytes.
1 parent beb4ff6 commit e251bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libarchive/test/test_write_format_warc_empty.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DEFINE_TEST(test_write_format_warc_empty)
3030
{
3131
struct archive *a;
3232
struct archive_entry *ae;
33-
char buff[256U];
33+
char buff[512U];
3434
size_t used;
3535

3636
/* Create a new archive in memory. */

0 commit comments

Comments
 (0)