data URL handler: constify some string pointers.

This commit is contained in:
Michael Drake 2019-05-05 20:11:21 +01:00
parent 3ba50e8574
commit c76b5ef4d5
1 changed files with 2 additions and 2 deletions

View File

@ -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;