bugfix
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-02-24 18:20:32 +01:00
parent cbb6a45407
commit aae4d019e7

View File

@ -174,7 +174,7 @@ ReturnValue_t PersistentTmStore::storePacket(PusTmReader& reader) {
}
}
if (createNewFile) {
createMostRecentFile(currentSameSecNumber++);
createMostRecentFile(suffix);
}
// Rollover conditions were handled, write to file now