Increment m_foxQSO[hc].ncall after sending a report.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8614 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2018-04-14 20:35:19 +00:00
parent c35be9bc38
commit d63dd249d8

View File

@ -7600,6 +7600,7 @@ list1Done:
if((m_foxQSO[hc].tFoxRrpt < 0) and (m_foxQSO[hc].ncall < m_maxStrikes)) {
//Sent him a report and have not received R+rpt: call him again
list2 << hc; //Add to list2
m_foxQSO[hc].ncall++;
if(list2.size()==n2max) goto list2Done;
}
}