Merge pull request #607 from ubfx/filerecord_header

Only write .sqriq header once when the first samples are written
pull/620/head
Edouard Griffiths 2020-08-24 10:47:29 +02:00 zatwierdzone przez GitHub
commit 5d21a4ed59
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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