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)
This commit is contained in:
Julian Elischer 1997-10-11 01:07:42 +00:00
parent c486068695
commit 90a5b66500

View File

@ -257,7 +257,7 @@ DB *db;
{
DBT key, dat;
int status;
#define IDENTLEN 80
#define IDENTLEN 300
char keybuf[IDENTLEN+1];
char *c;