summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-24 10:42:27 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 02:41:16 -0800
commit7fc9061dcf8eac3148e1404c2c2401cb371c6499 (patch)
tree3cc5450d67af57802c74a550ae865a3fca2b048c /MobileCydia.mm
parentdf08be870c88c312a2659660a174ba80a7bea57e (diff)
I am too tired to fix this in MS, so I 'fixed' it here.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index c0c9705..d60ef0a 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -1776,7 +1776,8 @@ static void PackageImport(const void *key, const void *value, void *context) {
host_ = [host_ lowercaseString];
if (host_ != nil)
- authority_ = host_;
+ // XXX: this is due to a bug in _H<>
+ authority_ = (id) host_;
else
authority_ = [url path];
}