]> git.saurik.com Git - cydia.git/commitdiff
Cydia's repairWithSelector modifies dpkg's status. v1.1.19
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 3 Jul 2015 00:24:05 +0000 (17:24 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 3 Jul 2015 00:24:05 +0000 (17:24 -0700)
MobileCydia.mm

index 86e6a6f26841a1b59e23ed5d984de79fdd038bac..322bf5ca4d5a2f5b594568e19e1e44bc3b102953 100644 (file)
@@ -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