1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -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
commit 5d21a4ed59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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