diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-02 17:24:05 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-02 17:24:05 -0700 |
commit | 5cf267f435b8be02fca9929405f90b320a1333c1 (patch) | |
tree | db55725c497f12729a71b984ae96c739cbd84bbb /MobileCydia.mm | |
parent | ca0a920d902e70044e20bbd4efd993e5d63789e7 (diff) |
Cydia's repairWithSelector modifies dpkg's status.v1.1.19
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 3 |
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 |