Bump the maximum number of archive formats that can be
enabled at one time from 4 to 8.
This commit is contained in:
parent
943bf8651e
commit
1098b18801
@ -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