If the put is to the VAL field then udf is set false.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user