1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-25 17:28:50 -05:00

Only write .sqriq header once when the first samples are written

This commit is contained in:
Felix Schneider 2020-08-23 17:27:00 +02:00
parent c4ccb59e95
commit df074c1322

View File

@ -117,7 +117,6 @@ void FileRecord::startRecording()
m_recordOn = true;
m_recordStart = true;
m_byteCount = 0;
writeHeader();
}
}