mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 20:28:42 -05:00
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
This commit is contained in:
parent
ca5cfc1402
commit
bc3e565ef5
@ -973,7 +973,7 @@ void MainWindow::dataSink(qint64 frames)
|
|||||||
if(m_diskData) {
|
if(m_diskData) {
|
||||||
// cmnd='"' + m_appDir + '"' + "/wsprd " + m_path;
|
// cmnd='"' + m_appDir + '"' + "/wsprd " + m_path;
|
||||||
cmnd='"' + m_appDir + '"' + "/wsprd -a \"" +
|
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 +
|
// if(m_TRseconds==900) cmnd='"' + m_appDir + '"' + "/wsprd -m 15" + t2 +
|
||||||
// m_path + '"';
|
// m_path + '"';
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user