Correct the logic for nMaxRemainingSlots.

This commit is contained in:
Joe Taylor 2024-09-21 10:30:04 -04:00
parent 6723004254
commit 2e5ef07a72

View File

@ -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);