diff --git a/mainwindow.cpp b/mainwindow.cpp index 7703930..e3c4608 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -9754,7 +9754,7 @@ void MainWindow::processRxActivity() { // if we're the last message, let's display our EOT character if (isLast) { - d.text = QString("%1 %2 ").arg(Varicode::rstrip(d.text).arg(m_config.eot())); + d.text = QString("%1 %2 ").arg(Varicode::rstrip(d.text)).arg(m_config.eot()); } // log it to the display!