From 5cf267f435b8be02fca9929405f90b320a1333c1 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 2 Jul 2015 17:24:05 -0700 Subject: Cydia's repairWithSelector modifies dpkg's status. --- MobileCydia.mm | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3