mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 11:38:34 -04:00
Correct the logic for nMaxRemainingSlots.
This commit is contained in:
parent
6723004254
commit
2e5ef07a72
@ -10704,6 +10704,7 @@ list1Done:
|
||||
//Compile list2: Up to Nslots Hound calls to be sent a report.
|
||||
// For Superfox, up to 5 RR73, but only 4 callsigns with reports. m_NSlots should be 5 for SF.
|
||||
nMaxRemainingSlots = (m_config.superFox()) ? m_Nslots - 1 : m_Nslots;
|
||||
if(m_config.superFox() and ui->cbSendMsg->isChecked()) nMaxRemainingSlots=4;
|
||||
for(int i=0; i<m_foxQSOinProgress.count(); i++) {
|
||||
//First do those for QSOs in progress
|
||||
hc=m_foxQSOinProgress.at(i);
|
||||
|
Loading…
Reference in New Issue
Block a user