diff --git a/src/db/dbCommon.dbd b/src/db/dbCommon.dbd index 270deaac5..6c8c03d6c 100644 --- a/src/db/dbCommon.dbd +++ b/src/db/dbCommon.dbd @@ -1,7 +1,7 @@ field(NAME,DBF_STRING) { prompt("Record Name") special(SPC_NOMOD) - size(29) + size(61) } field(DESC,DBF_STRING) { prompt("Descriptor") diff --git a/src/libCom/misc/dbDefs.h b/src/libCom/misc/dbDefs.h index 419386b47..d2c8a8e7f 100644 --- a/src/libCom/misc/dbDefs.h +++ b/src/libCom/misc/dbDefs.h @@ -92,7 +92,7 @@ #endif /* FLDNAME_SZ must be 4 */ -#define PVNAME_STRINGSZ 29 /* includes NULL terminator for PVNAME_SZ */ +#define PVNAME_STRINGSZ 61 /* includes NULL terminator for PVNAME_SZ */ #define PVNAME_SZ (PVNAME_STRINGSZ - 1) /*Process Variable Name Size */ #define FLDNAME_SZ 4 /*Field Name Size */