mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 00:09:41 +03:00
Pass right URL to urldb.
This commit is contained in:
parent
8c8e9cc7e6
commit
9219e90587
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user