dbNameToAddr dod the conversion

This commit is contained in:
Marty Kraimer
2001-07-13 13:16:19 +00:00
parent 20aebe4460
commit d1c39d4089
+1 -1
View File
@@ -51,7 +51,7 @@ inline const char *dbChannelIO::pName () const
inline short dbChannelIO::nativeType () const
{
return dbDBRnewToDBRold[this->addr.field_type];
return this->addr.dbr_field_type;
}
inline void dbChannelIO::callReadNotify ( unsigned type, unsigned long count,