dbstatic: raise link field length limit to 256 by bumping internal buffer size

This commit is contained in:
Ralph Lange
2015-04-13 17:13:09 +02:00
parent 2a0356c84f
commit 09fab352b0
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -2087,7 +2087,7 @@ long dbPutString(DBENTRY *pdbentry,const char *pstring)
case DBF_OUTLINK:
case DBF_FWDLINK: {
DBLINK *plink;
char string[80];
char string[256];
char *pstr = string;
if (!pfield)