Static analysis of epics base during the Codathon at Diamond.

This commit is contained in:
Heesterman, Peter J
2020-02-17 12:04:43 +00:00
parent ddc5d261cb
commit 208eef0962

View File

@@ -864,7 +864,7 @@ void CAChannelMonitor::activate()
if (pvOptions) {
PVStringPtr pvString = pvOptions->getSubField<PVString>("queueSize");
if (pvString) {
int size;
int size=0;
std::stringstream ss;
ss << pvString->get();
ss >> size;