Fix buffer size issue in devI64inSoftCallback

This commit is contained in:
Andrew Johnson
2017-05-27 21:56:10 -05:00
parent b97f04464c
commit afdb6af0c7
+1 -1
View File
@@ -41,7 +41,7 @@ typedef struct devPvt {
struct {
DBRstatus
DBRtime
epicsInt32 value;
epicsInt64 value;
} buffer;
} devPvt;