diff --git a/src/ioc/db/dbFastLinkConv.c b/src/ioc/db/dbFastLinkConv.c index 00a37f710..98c98edc1 100644 --- a/src/ioc/db/dbFastLinkConv.c +++ b/src/ioc/db/dbFastLinkConv.c @@ -949,7 +949,7 @@ static long cvt_q_d( /* Convert Int64 to Enumerated */ static long cvt_q_e( - epicsInt32 *from, + epicsInt64 *from, epicsEnum16 *to, const dbAddr *paddr) { *to=*from; return(0); }