Bump the largest record we can cope with from 1k to 8k. Other users of

the hints file don't have any real limits, and longer records will
need to be written shortly.
This commit is contained in:
imp 2014-12-19 18:45:52 +00:00
parent a5053a1f16
commit 90f4e1ef70

View File

@ -53,7 +53,7 @@
#include "ef.h"
#define MAXRECSIZE 1024
#define MAXRECSIZE 8192
#define check(val) if ((error = (val)) != 0) break
static int dflag; /* do not create a hint file, only write on stdout */