1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-01 16:38:06 -04:00

Merge pull request #607 from ubfx/filerecord_header

Only write .sqriq header once when the first samples are written
This commit is contained in:
Edouard Griffiths
2020-08-24 10:47:29 +02:00
committed by GitHub
-1
View File
@@ -117,7 +117,6 @@ void FileRecord::startRecording()
m_recordOn = true;
m_recordStart = true;
m_byteCount = 0;
writeHeader();
}
}