From 7fc9061dcf8eac3148e1404c2c2401cb371c6499 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 24 Feb 2011 10:42:27 -0800 Subject: [PATCH] I am too tired to fix this in MS, so I 'fixed' it here. --- MobileCydia.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index c0c97052..d60ef0ae 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]; } -- 2.47.2