mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-08 20:12:01 +03:00
data URL handler: constify some string pointers.
This commit is contained in:
parent
3ba50e8574
commit
c76b5ef4d5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user