MFS: Extend a buffer size so that packages with particularily deep dependency

lists install properly.
This commit is contained in:
Brian Somers 2002-05-17 09:46:46 +00:00
parent aff1ee31b8
commit 27a0cd1ccf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96802

View File

@ -691,7 +691,7 @@ index_extract(Device *dev, PkgNodePtr top, PkgNodePtr who, Boolean depended)
}
if (id && id->deps && strlen(id->deps)) {
char t[1024], *cp, *cp2;
char t[2048], *cp, *cp2;
SAFE_STRCPY(t, id->deps);
cp = t;