From: Jay Freeman (saurik) Date: Fri, 3 Jul 2015 00:24:05 +0000 (-0700) Subject: Cydia's repairWithSelector modifies dpkg's status. X-Git-Tag: v1.1.19^0 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/5cf267f435b8be02fca9929405f90b320a1333c1 Cydia's repairWithSelector modifies dpkg's status. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 86e6a6f2..322bf5ca 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