Skip to content

Commit

Permalink
recGbl: Update to using dbGetTimeStampTag()
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohnson committed Jul 21, 2021
1 parent 7a6aa3e commit ec87b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/database/src/ioc/db/recGbl.c
Expand Up @@ -318,7 +318,7 @@ void recGblGetTimeStampSimm(void *pvoid, const epicsEnum16 simm, struct link *si
} else {
if (simm != menuSimmNO) {
if (siol && !dbLinkIsConstant(siol)) {
if (dbGetTimeStamp(siol, &prec->time))
if (dbGetTimeStampTag(siol, &prec->time, &prec->utag))
errlogPrintf("recGblGetTimeStampSimm: dbGetTimeStamp (sim mode) failed, %s.SIOL = %s\n",
prec->name, siol->value.pv_link.pvname);
return;
Expand Down

0 comments on commit ec87b2a

Please sign in to comment.