diff --git a/decodedtext.cpp b/decodedtext.cpp index 00d662201..0e90440e4 100644 --- a/decodedtext.cpp +++ b/decodedtext.cpp @@ -5,7 +5,7 @@ QString DecodedText::CQersCall() { // extract the CQer's call TODO: does this work with all call formats? - int s1; + int s1 {0}; int position; if ((position = _string.indexOf (" CQ DX ")) >= 0) {