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
This commit is contained in:
Bill Somerville 2015-03-14 22:19:22 +00:00
parent 2b781d1685
commit 54463bdb11
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{