From c76b5ef4d548429b5ee3ee87ddd5d917431afd34 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 5 May 2019 20:11:21 +0100 Subject: data URL handler: constify some string pointers. --- content/fetchers/data.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/fetchers/data.c b/content/fetchers/data.c index 5ba021fd3..c1ea48d7d 100644 --- a/content/fetchers/data.c +++ b/content/fetchers/data.c @@ -138,8 +138,8 @@ static bool fetch_data_process(struct fetch_data_context *c) { nserror res; fetch_msg msg; - char *params; - char *comma; + const char *params; + const char *comma; char *unescaped; size_t unescaped_len; -- cgit v1.2.3