From 0664704eaf8882cbb4e423a7bc72bba2567d130d Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Sat, 9 Feb 2019 11:37:21 -0500 Subject: [PATCH] Store MSG with spaces surrounding cmd --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 0567290..3771be7 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1440,7 +1440,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, } CommandDetail d = {}; - d.cmd = " MSG"; + d.cmd = " MSG "; d.to = selectedCall; d.from = m_config.my_callsign(); d.relayPath = d.from;