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

This commit is contained in:
Dmitry Ozerov
2020-05-04 09:07:27 +02:00
committed by babic_a
parent dbd7697e01
commit b5803a3f43
+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;