Skip to content
Snippets Groups Projects
Commit bede44c6 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix last block timestamps not being saved

parent 983de0c7
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ void RecordThread::run()
//4-Before closing the thread, try to write the remaining samples
if (!closeEarly)
{
writeData(dataBuffer, -1, -1, -1);
writeData(dataBuffer, -1, -1, -1, true);
std::cout << "Closing files" << std::endl;
//5-Close files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment