Compare commits

...

2 Commits

Author SHA1 Message Date
e4087a9244 cleanup whitespace 2020-05-05 13:58:44 +02:00
cede631c8d fix bug affecting EPICS 7 introduced in commit 8000f41 2020-05-04 09:39:32 +02:00
7 changed files with 23 additions and 27 deletions

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)