If the put is to the VAL field then udf is set false.

This commit is contained in:
Marty Kraimer
2000-02-18 13:31:10 +00:00
parent e56b154b4c
commit 9e67db7af0
+2 -1
View File
@@ -1967,7 +1967,8 @@ long epicsShareAPI dbPutString(DBENTRY *pdbentry,char *pstring)
case DBF_FLOAT:
case DBF_DOUBLE:
case DBF_MENU:
return(dbPutStringNum(pdbentry,pstring));
status = dbPutStringNum(pdbentry,pstring);
break;
case DBF_DEVICE: {
DBENTRY dbEntry;
char *name;