prevent compiler warning with picky compilers

This commit is contained in:
Daniel Stenberg 2004-06-07 10:28:14 +00:00
parent 18dd8154e2
commit f0969c9692

View File

@ -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: