Skip to content
Snippets Groups Projects
Commit 95e7e551 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added const char * => char * typecast

parent 5afc6948
No related branches found
No related tags found
No related merge requests found
......@@ -864,7 +864,7 @@ static int dprintf_formatf(
p->flags &= (~FLAGS_ALT);
}
else {
str = "";
str = (char *)"";
len = 0;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment