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
1 changed files with 0 additions and 1 deletions

View File

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