diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 805fa8f0d..baa0e67f1 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -10410,7 +10410,7 @@ void MainWindow::foxTxSequencer() QString t,rpt; qint32 islot=0; qint32 n1,n2,n3; - + int nMaxRemainingSlots=0; m_tFoxTx++; //Increment Fox Tx cycle counter //Is it time for a stand-alone CQ? @@ -10462,13 +10462,15 @@ void MainWindow::foxTxSequencer() 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; for(int i=0; im_Nslots) n3=m_Nslots; - for(int i=0; i