mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-29 13:32:26 -04:00
Only write .sqriq header once when the first samples are written
This commit is contained in:
parent
c4ccb59e95
commit
df074c1322
@ -117,7 +117,6 @@ void FileRecord::startRecording()
|
|||||||
m_recordOn = true;
|
m_recordOn = true;
|
||||||
m_recordStart = true;
|
m_recordStart = true;
|
||||||
m_byteCount = 0;
|
m_byteCount = 0;
|
||||||
writeHeader();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user