in case of missing completely frame, don't raise exception

This commit is contained in:
2020-05-04 09:07:27 +02:00
parent 7e7593717c
commit 5221d53f36
+1 -1
View File
@@ -155,7 +155,7 @@ void sf_replay (
return;
}
if (current_pulse_id != module_frame.pulse_id) {
if (current_pulse_id != module_frame.pulse_id and module_frame.pulse_id != 0) {
stringstream err_msg;
using namespace date;