Odd warning about "/.." removed
This commit is contained in:
parent
40fd616e5d
commit
9657f9ae9c
@ -109,7 +109,7 @@ wxUpdCheckThread::wxResult wxUpdCheckThread::DoCheckForUpdate()
|
||||
if (TestDestroy()) return wxUpdAborted;
|
||||
if (!ReadUpdatePackageMeta()) {
|
||||
// Reset CatalogueLastModified to force update catalogue download next time.
|
||||
m_config.DeleteEntry(wxT("CatalogueLastModified"));
|
||||
m_config.DeleteEntry(wxT("CatalogueLastModified"), false);
|
||||
return wxUpdRepoUnavailable;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user