1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

added const char * => char * typecast

This commit is contained in:
Daniel Stenberg 2001-08-14 08:32:03 +00:00
parent 5afc694879
commit 95e7e551f6

View File

@ -864,7 +864,7 @@ static int dprintf_formatf(
p->flags &= (~FLAGS_ALT);
}
else {
str = "";
str = (char *)"";
len = 0;
}
}