bugfix
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details

This commit is contained in:
Robin Müller 2023-02-24 18:20:32 +01:00
parent cbb6a45407
commit aae4d019e7
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 1 deletions

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