Persistent TM Store #320
@ -145,6 +145,8 @@ void TmStore::assignAndOrCreateMostRecentFile() {
|
||||
tod.year, tod.month, tod.day, tod.hour, tod.minute, tod.second);
|
||||
path newPath(std::string(reinterpret_cast<const char*>(fileBuf.data()), currentIdx));
|
||||
std::ofstream of(newPath, std::ios::binary);
|
||||
mostRecentFile = newPath;
|
||||
mostRecentTv = currentTv;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user