diff --git a/database/DBio.c b/database/DBio.c index dd54d8f4..e5c8c40b 100644 --- a/database/DBio.c +++ b/database/DBio.c @@ -2315,7 +2315,7 @@ dbReadProperties(cellDef, line, len, f, scalen, scaled) int scalen; /* Scale up by this factor */ int scaled; /* Scale down by this factor */ { - char propertyname[128], propertyvalue[2048], *storedvalue; + char propertyname[128], propertyvalue[2049], *storedvalue; char *pvalueptr; int ntok; unsigned int noeditflag;