Bump the maximum number of archive formats that can be

enabled at one time from 4 to 8.
This commit is contained in:
kientzle 2005-11-08 07:44:39 +00:00
parent 943bf8651e
commit 1098b18801

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