This commit is contained in:
parent
534945cfec
commit
437288de1e
@ -171,7 +171,7 @@ void PersistentTmStore::deleteUpTo(uint32_t unixSeconds) {
|
|||||||
// Convert file time to the UNIX epoch
|
// Convert file time to the UNIX epoch
|
||||||
struct tm fileTime {};
|
struct tm fileTime {};
|
||||||
if (pathToTime(file.path(), fileTime) != returnvalue::OK) {
|
if (pathToTime(file.path(), fileTime) != returnvalue::OK) {
|
||||||
sif::error << "Time extraction for " << file << "failed" << std::endl;
|
sif::error << "Time extraction for " << file << " failed" << std::endl;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
time_t fileEpoch = timegm(&fileTime);
|
time_t fileEpoch = timegm(&fileTime);
|
||||||
|
Loading…
Reference in New Issue
Block a user