Upping the default max-array-limit *sigh*

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-12-01 00:34:18 +01:00
parent 75ab0e6663
commit e102c1632b

2
main.c
View file

@ -39,7 +39,7 @@ bool opts_dumpfin = false;
bool opts_dump = false;
bool opts_forcecrc = false;
bool opts_pp_only = false;
size_t opts_max_array_size = 1024;
size_t opts_max_array_size = (1024 << 3);
uint16_t opts_forced_crc;