From 6b3acf6c4e671784151310a1e51ef0fe1bf10ff4 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sat, 14 Mar 2015 22:19:22 +0000 Subject: [PATCH] Fix latent error with uninitialize variable git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5056 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- decodedtext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {