Skip to content
Snippets Groups Projects
Commit f0969c96 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

prevent compiler warning with picky compilers

parent 18dd8154
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment