summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-29 02:43:07 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-29 02:43:07 -0700
commit0bc841deb0831ca123af56a7e7b1f219dba0ac55 (patch)
treeff4cf3161c7231d3762f25334ac5be9ee176be1e
parent64cc10e299272c00f01bdc2937cb45bc4b0ff118 (diff)
Do not trust iterator.Section(): use version.
-rw-r--r--MobileCydia.mm2
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)