Skip to content

Commit bede44c

Browse files
committed
Fix last block timestamps not being saved
1 parent 983de0c commit bede44c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Processors/RecordNode/RecordThread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void RecordThread::run()
100100
//4-Before closing the thread, try to write the remaining samples
101101
if (!closeEarly)
102102
{
103-
writeData(dataBuffer, -1, -1, -1);
103+
writeData(dataBuffer, -1, -1, -1, true);
104104

105105
std::cout << "Closing files" << std::endl;
106106
//5-Close files

0 commit comments

Comments
 (0)