mirror of
https://github.com/curl/curl.git
synced 2026-07-24 16:47:16 +03:00
prevent compiler warning with picky compilers
This commit is contained in:
parent
18dd8154e2
commit
f0969c9692
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ int Curl_debug(struct SessionHandle *data, curl_infotype type,
|
|||
int rc;
|
||||
if(data->set.printhost && host) {
|
||||
char buffer[160];
|
||||
char *t=NULL;
|
||||
const char *t=NULL;
|
||||
switch (type) {
|
||||
case CURLINFO_HEADER_IN:
|
||||
case CURLINFO_DATA_IN:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue