summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 1ad2234..2caecf0 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -2673,7 +2673,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
#define Cache_ "/User/Library/Caches/com.apple.mobile.installation.plist"
- if (NSMutableDictionary *cache = [[NSDictionary alloc] initWithContentsOfFile:@ Cache_]) {
+ if (NSMutableDictionary *cache = [[NSMutableDictionary alloc] initWithContentsOfFile:@ Cache_]) {
[cache autorelease];
NSFileManager *manager = [NSFileManager defaultManager];