added const char * => char * typecast
This commit is contained in:
parent
5afc694879
commit
95e7e551f6
@ -864,7 +864,7 @@ static int dprintf_formatf(
|
||||
p->flags &= (~FLAGS_ALT);
|
||||
}
|
||||
else {
|
||||
str = "";
|
||||
str = (char *)"";
|
||||
len = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user