Bump the maximum number of archive formats that can be

enabled at one time from 4 to 8.
This commit is contained in:
Tim Kientzle 2005-11-08 07:44:39 +00:00
parent f0e9186bf9
commit 6487f671b6

View File

@ -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. */
/*