fix bug affecting EPICS 7 introduced in commit 8000f41
This commit is contained in:
@ -1115,11 +1115,7 @@ getFieldAddress(const char* fieldname, StreamBuffer& address)
|
||||
}
|
||||
|
||||
static const unsigned char dbfMapping[] =
|
||||
#ifdef DBR_INT64
|
||||
{0, DBF_UINT64, DBF_INT64, DBF_ENUM, DBF_DOUBLE, DBF_STRING};
|
||||
#else
|
||||
{0, DBF_ULONG, DBF_LONG, DBF_ENUM, DBF_DOUBLE, DBF_STRING};
|
||||
#endif
|
||||
|
||||
bool Stream::
|
||||
formatValue(const StreamFormat& format, const void* fieldaddress)
|
||||
|
Reference in New Issue
Block a user