added const char * => char * typecast

This commit is contained in:
Daniel Stenberg 2001-08-14 08:32:03 +00:00
parent 5afc694879
commit 95e7e551f6
1 changed files with 1 additions and 1 deletions

View File

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