add missing dot
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
parent
b6522c9fb3
commit
bbf0def3ff
@ -72,7 +72,8 @@ ReturnValue_t TmStore::storePacket(PusTmReader& reader) {
|
||||
uint8_t appendedCounter = 1;
|
||||
path rolloverName;
|
||||
while (true) {
|
||||
rolloverName = path(mostRecentFile.value().string() + std::to_string(appendedCounter));
|
||||
rolloverName =
|
||||
path(mostRecentFile.value().string() + "." + std::to_string(appendedCounter));
|
||||
if (not exists(rolloverName)) {
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user