From bc3e565ef5fc48db85c3f83241db5212cb1de7da Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 18 Dec 2015 12:44:04 +0000 Subject: [PATCH] Quote file name passed to wsprd git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6292 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 0a7b59ee5..bf9cda8ac 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -973,7 +973,7 @@ void MainWindow::dataSink(qint64 frames) if(m_diskData) { // cmnd='"' + m_appDir + '"' + "/wsprd " + m_path; cmnd='"' + m_appDir + '"' + "/wsprd -a \"" + - QDir::toNativeSeparators(m_dataDir.absolutePath()) + "\" " + m_path; + QDir::toNativeSeparators(m_dataDir.absolutePath()) + "\" \"" + m_path + "\""; // if(m_TRseconds==900) cmnd='"' + m_appDir + '"' + "/wsprd -m 15" + t2 + // m_path + '"'; } else {