Issue #17 Fixed bug in database reader

This commit is contained in:
Mat Sutcliffe
2020-08-12 20:10:34 +01:00
parent 19d88d1740
commit f114171083

View File

@@ -668,7 +668,7 @@ namespace BlackCore
else
{
msgs.push_back(CStatusMessage(this).info(u"File '%1' is not newer than cache (%2)") << fileInfo.absoluteFilePath() << cacheDateTime.toUTC().toString());
return true;
return false;
}
}