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:
parent
a5053a1f16
commit
90f4e1ef70
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user