From 6d26c079499e0649cffbce1ccce20639301a93a9 Mon Sep 17 00:00:00 2001 From: julian Date: Sat, 11 Oct 1997 01:07:42 +0000 Subject: make a string longer so we can handle deeper source trees. if global is in 2.2 can we do this there as well? Submitted by: doug ambrisko (ambrisko@whistle.com) --- contrib/global/btreeop/btreeop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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; -- cgit v1.1