mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:22:22 +00:00
fixed warnings
svn path=/trunk/; revision=15218
This commit is contained in:
parent
58d25e229d
commit
abef9ffacb
30 changed files with 118 additions and 107 deletions
|
@ -18,7 +18,7 @@ void PaintMsg(DFWINDOW wnd, DF_CTLWINDOW *ct, DFRECT *rc)
|
|||
}
|
||||
if (ct->itext != NULL)
|
||||
{
|
||||
unsigned char *txt;
|
||||
char *txt;
|
||||
txt = DfCalloc(1, strlen(ct->itext)+10);
|
||||
if (ct->setting == DF_OFF) {
|
||||
txt[0] = DF_CHANGECOLOR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue