mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 02:22:10 -05:00
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:
parent
65d6d63b56
commit
25fce25220
@ -7600,7 +7600,6 @@ list1Done:
|
|||||||
if((m_foxQSO[hc].tFoxRrpt < 0) and (m_foxQSO[hc].ncall < m_maxStrikes)) {
|
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
|
//Sent him a report and have not received R+rpt: call him again
|
||||||
list2 << hc; //Add to list2
|
list2 << hc; //Add to list2
|
||||||
m_foxQSO[hc].ncall++;
|
|
||||||
if(list2.size()==n2max) goto list2Done;
|
if(list2.size()==n2max) goto list2Done;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user