mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 20:28:42 -05:00
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:
parent
c35be9bc38
commit
d63dd249d8
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user