diff --git a/src/StreamEpics.cc b/src/StreamEpics.cc index 9117fd9..8b22dcd 100644 --- a/src/StreamEpics.cc +++ b/src/StreamEpics.cc @@ -1120,7 +1120,7 @@ bool Stream:: matchValue(const StreamFormat& format, const void* fieldaddress) { // this function must increase consumedInput - long consumed; + long consumed = 0; long lval; double dval; char* buffer;