diff --git a/lib/fsk4hf/ft8b.f90 b/lib/fsk4hf/ft8b.f90 index 2d5bd2e5a..750eea6ee 100644 --- a/lib/fsk4hf/ft8b.f90 +++ b/lib/fsk4hf/ft8b.f90 @@ -78,7 +78,7 @@ subroutine ft8b(datetime,s,candidate,ncand) call extractmessage174(decoded,message,ncrcflag,recent_calls,nrecent) nsnr=nint(10.0*log10(sync) - 25.5) !### empirical ### write(*,1112) datetime(8:13),nsnr,xdt,nint(f1),message -1112 format(a6,i4,f5.1,i6," ~ ",a22) +1112 format(a6,i4,f5.1,i5," ~ ",a22) endif write(13,1110) datetime,0,nsnr,xdt,f1,xdta,f1a, & nharderrors,dmin,message diff --git a/mainwindow.cpp b/mainwindow.cpp index 5af5dfad1..acc434268 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4306,8 +4306,8 @@ void MainWindow::on_actionFT8_triggered() m_TRperiod=15; m_fastGraph->hide(); m_wideGraph->show(); - ui->decodedTextLabel->setText( " UTC dB DT Freq Message"); - ui->decodedTextLabel2->setText(" UTC dB DT Freq Message"); + ui->decodedTextLabel->setText( " UTC dB DT Freq Message"); + ui->decodedTextLabel2->setText(" UTC dB DT Freq Message"); m_wideGraph->setPeriod(m_TRperiod,m_nsps); m_modulator->setPeriod(m_TRperiod); // TODO - not thread safe m_detector->setPeriod(m_TRperiod); // TODO - not thread safe