diff options
author | julian <julian@FreeBSD.org> | 1997-10-11 01:07:42 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1997-10-11 01:07:42 +0000 |
commit | 6d26c079499e0649cffbce1ccce20639301a93a9 (patch) | |
tree | e5a383b9746ba08d6b07cd628d9a27693c0ac83c /contrib | |
parent | a00683f93c01e2cd55e8525d082384374b6dbdcc (diff) | |
download | FreeBSD-src-6d26c079499e0649cffbce1ccce20639301a93a9.zip FreeBSD-src-6d26c079499e0649cffbce1ccce20639301a93a9.tar.gz |
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)
Diffstat (limited to 'contrib')
-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; |