summaryrefslogtreecommitdiff
path: root/content/urldb.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/urldb.c')
-rw-r--r--content/urldb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/urldb.c b/content/urldb.c
index 84996df47..5b5172d6a 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -3199,7 +3199,7 @@ bool urldb_insert_cookie(struct cookie_internal_data *c, const char *scheme,
}
}
- p = &h->paths;
+ p = (struct path_data *) &h->paths;
} else {
h = urldb_search_find(
urldb_get_search_tree(c->domain),