summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/urldb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/urldb.c b/content/urldb.c
index b4869db26..31202673b 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -675,7 +675,7 @@ void urldb_write_paths(const struct path_data *parent, const char *host,
#endif
if (p->urld.title) {
- char *s = p->urld.title;
+ uint8_t *s = (uint8_t *) p->urld.title;
for (i = 0; s[i] != '\0'; i++)
if (s[i] < 32)