Back out r8614, but keep r8615.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8616 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2018-04-14 20:59:53 +00:00
parent 65d6d63b56
commit 25fce25220
1 changed files with 0 additions and 1 deletions

View File

@ -7600,7 +7600,6 @@ 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;
}
}