mirror of
https://github.com/curl/curl.git
synced 2026-07-23 02:17:21 +03:00
added const char * => char * typecast
This commit is contained in:
parent
5afc694879
commit
95e7e551f6
1 changed files with 1 additions and 1 deletions
|
|
@ -864,7 +864,7 @@ static int dprintf_formatf(
|
|||
p->flags &= (~FLAGS_ALT);
|
||||
}
|
||||
else {
|
||||
str = "";
|
||||
str = (char *)"";
|
||||
len = 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue