fstdata: Update past_data before end_time callback

Required to make the '-at' parameter work.
This commit is contained in:
Jannis Harder 2022-11-07 12:28:11 +01:00
parent 3477f2d00b
commit 68d52cb1b1
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ void FstData::reconstructAllAtTimes(std::vector<fstHandle> &signal, uint64_t sta
past_data = last_data;
callback(last_time);
}
past_data = last_data;
callback(end_time);
}