Skip to content

Commit

Permalink
Static analysis of epics base during the Codathon at Diamond.
Browse files Browse the repository at this point in the history
  • Loading branch information
Heesterman, Peter J authored and Heesterman, Peter J committed Feb 17, 2020
1 parent ddc5d26 commit 208eef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ca/caChannel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 208eef0

Please sign in to comment.