From: Jay Freeman (saurik) Date: Tue, 29 Mar 2011 09:43:07 +0000 (-0700) Subject: Do not trust iterator.Section(): use version. X-Git-Tag: v1.1.2~13 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/0bc841deb0831ca123af56a7e7b1f219dba0ac55 Do not trust iterator.Section(): use version. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index f11037ff..34ca69bd 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -2373,7 +2373,7 @@ struct PackageNameOrdering : _end _profile(Package$initWithVersion$Section) - section_ = iterator.Section(); + section_ = version_.Section(); _end _profile(Package$initWithVersion$Flags)