diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-29 02:43:07 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-29 02:43:07 -0700 |
commit | 0bc841deb0831ca123af56a7e7b1f219dba0ac55 (patch) | |
tree | ff4cf3161c7231d3762f25334ac5be9ee176be1e /MobileCydia.mm | |
parent | 64cc10e299272c00f01bdc2937cb45bc4b0ff118 (diff) |
Do not trust iterator.Section(): use version.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index f11037f..34ca69b 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) |