Fixed bug with EOT character replacement

This commit is contained in:
Jordan Sherer 2019-04-22 23:40:55 -04:00
parent 401ea39e5b
commit 0f225c2be4

View File

@ -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!