mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
added const char * => char * typecast
This commit is contained in:
parent
5afc694879
commit
95e7e551f6
@ -864,7 +864,7 @@ static int dprintf_formatf(
|
||||
p->flags &= (~FLAGS_ALT);
|
||||
}
|
||||
else {
|
||||
str = "";
|
||||
str = (char *)"";
|
||||
len = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user