Skip to content

Commit

Permalink
[logshim] Fix but with filecnt increment on timeout even if no frames…
Browse files Browse the repository at this point in the history
… are saved
  • Loading branch information
DasVinch committed Jan 31, 2025
1 parent c5ca207 commit 77eacdf
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/COREMOD_memory/logshmim.c
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,11 @@ static errno_t compute_function()

}
SaveCube = 0;

// increment counters
//
(*frameindex) = 0;
(*filecnt) ++;
}


Expand All @@ -1092,12 +1097,6 @@ static errno_t compute_function()
processinfo_update_output_stream(processinfo, imgbuff1.ID);
}


// increment counters
//
(*frameindex) = 0;
(*filecnt) ++;

buffindex ++;
if(buffindex > 1)
{
Expand Down

0 comments on commit 77eacdf

Please sign in to comment.