mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +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
|
@ -393,7 +393,7 @@ static void PrintPad(DFWINDOW wnd)
|
|||
{
|
||||
long percent;
|
||||
BOOL KeepPrinting = TRUE;
|
||||
unsigned char *text = DfGetText(wnd);
|
||||
char *text = DfGetText(wnd);
|
||||
unsigned oldpct = 100, cct = 0, len = strlen(text);
|
||||
DFWINDOW swnd = DfSliderBox(20, DfGetTitle(wnd), "Printing");
|
||||
/* ------- print the notepad text --------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue