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

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

View File

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