prevent compiler warning with picky compilers
This commit is contained in:
parent
18dd8154e2
commit
f0969c9692
@ -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…
x
Reference in New Issue
Block a user