]> git.saurik.com Git - cydia.git/commitdiff
I am too tired to fix this in MS, so I 'fixed' it here.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 24 Feb 2011 18:42:27 +0000 (10:42 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Mar 2011 10:41:16 +0000 (02:41 -0800)
MobileCydia.mm

index c0c970524f7cfcb746b3086e2175dd79e215a662..d60ef0ae7554693a953c692ebb8e3a953c1a6476 100644 (file)
@@ -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];
 }