Odd warning about "/.." removed

This commit is contained in:
Simon Rozman 2016-05-24 23:07:26 +02:00
parent 40fd616e5d
commit 9657f9ae9c

View File

@ -109,7 +109,7 @@ wxUpdCheckThread::wxResult wxUpdCheckThread::DoCheckForUpdate()
if (TestDestroy()) return wxUpdAborted; if (TestDestroy()) return wxUpdAborted;
if (!ReadUpdatePackageMeta()) { if (!ReadUpdatePackageMeta()) {
// Reset CatalogueLastModified to force update catalogue download next time. // Reset CatalogueLastModified to force update catalogue download next time.
m_config.DeleteEntry(wxT("CatalogueLastModified")); m_config.DeleteEntry(wxT("CatalogueLastModified"), false);
return wxUpdRepoUnavailable; return wxUpdRepoUnavailable;
} }