Fix loop bug in sf_replay

This commit is contained in:
2020-04-23 10:35:59 +02:00
parent 75c470bd65
commit 7fd841c0f4
+1 -1
View File
@@ -134,7 +134,7 @@ int main (int argc, char *argv[]) {
filename,
i_batch);
for (size_t i_frame=0; i_frame < FILE_MOD; i_frame++) {
for (size_t i_frame=0; i_frame < REPLAY_BLOCK_SIZE; i_frame++) {
ModuleFrame module_frame = {
metadata_buffer->pulse_id[i_frame],