fix bug affecting EPICS 7 introduced in commit 8000f41

This commit is contained in:
2020-05-04 09:38:57 +02:00
parent 9fd345e267
commit cede631c8d

View File

@ -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)