Bump the maximum number of archive formats that can be
enabled at one time from 4 to 8.
This commit is contained in:
parent
f0e9186bf9
commit
6487f671b6
@ -157,7 +157,7 @@ struct archive {
|
||||
int (*read_data_skip)(struct archive *);
|
||||
int (*cleanup)(struct archive *);
|
||||
void *format_data; /* Format-specific data for readers. */
|
||||
} formats[4];
|
||||
} formats[8];
|
||||
struct archive_format_descriptor *format; /* Active format. */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user