summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-07-02 17:24:05 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-07-02 17:24:05 -0700
commit5cf267f435b8be02fca9929405f90b320a1333c1 (patch)
treedb55725c497f12729a71b984ae96c739cbd84bbb
parentca0a920d902e70044e20bbd4efd993e5d63789e7 (diff)
Cydia's repairWithSelector modifies dpkg's status.v1.1.19
-rw-r--r--MobileCydia.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 86e6a6f..322bf5c 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -3817,12 +3817,11 @@ class CydiaLogCleaner :
}
_end
- delock_ = GetStatusDate();
-
_trace();
OpProgress progress;
bool opened;
open:
+ delock_ = GetStatusDate();
_profile(reloadDataWithInvocation$pkgCacheFile)
opened = cache_.Open(progress, false);
_end