From cede631c8d0553615e54523774d28845a763955d Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Mon, 4 May 2020 09:38:57 +0200 Subject: [PATCH] fix bug affecting EPICS 7 introduced in commit 8000f41 --- src/StreamEpics.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/StreamEpics.cc b/src/StreamEpics.cc index 9c51210..878a024 100644 --- a/src/StreamEpics.cc +++ b/src/StreamEpics.cc @@ -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)