]> git.saurik.com Git - cydia.git/commitdiff
Duh: &&= is not a valid operator.
authorJay Freeman (saurik) <saurik@saurk.com>
Tue, 5 May 2009 06:14:55 +0000 (06:14 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:13:14 +0000 (07:13 +0000)
Cydia.mm

index 5b3eb8057fbdac91c6b3f6393dcddee9eeea9c1c..7ccdaf3bf3d04b5fe99ab7d971cd2ec7ac6c638f 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -2176,7 +2176,7 @@ struct PackageNameOrdering :
         _end
 
         essential_ = ((iterator_->Flags & pkgCache::Flag::Essential) == 0 ? NO : YES) || [self hasTag:@"cydia::essential"];
         _end
 
         essential_ = ((iterator_->Flags & pkgCache::Flag::Essential) == 0 ? NO : YES) || [self hasTag:@"cydia::essential"];
-        visible_ &&= [self hasSupportingRole] && [self unfiltered];
+        visible_ = visible_ && [self hasSupportingRole] && [self unfiltered];
     } _end } return self;
 }
 
     } _end } return self;
 }