Pass right URL to urldb.

This commit is contained in:
Michael Drake 2012-10-11 12:56:47 +01:00
parent 8c8e9cc7e6
commit 9219e90587

View File

@ -83,7 +83,7 @@
if (nsurl_create( [url UTF8String] , &nsurl ) != NSERROR_OK)
return;
const struct url_data *data = urldb_get_url_data( [url UTF8String] );
const struct url_data *data = urldb_get_url_data( nsurl );
nsurl_unref(nsurl);