mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
FT8 support: fix it again and again and again and again and again ...
This commit is contained in:
parent
6671f683ed
commit
90e262ccd9
@ -141,7 +141,7 @@ void MainBench::testFT8(const QString& wavFile, const QString& argsStr)
|
||||
std::ifstream wfile;
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
wfile.open(m_settings.m_fileName.toStdWString().c_str(), std::ios::binary | std::ios::ate);
|
||||
wfile.open(wavFile.toStdWString().c_str(), std::ios::binary | std::ios::ate);
|
||||
#else
|
||||
wfile.open(wavFile.toStdString().c_str(), std::ios::binary | std::ios::ate);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user