diff options
-rw-r--r-- | contrib/global/btreeop/btreeop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/global/btreeop/btreeop.c b/contrib/global/btreeop/btreeop.c index d7ae831..df3ce7d 100644 --- a/contrib/global/btreeop/btreeop.c +++ b/contrib/global/btreeop/btreeop.c @@ -257,7 +257,7 @@ DB *db; { DBT key, dat; int status; -#define IDENTLEN 80 +#define IDENTLEN 300 char keybuf[IDENTLEN+1]; char *c; |