fixed warnings

svn path=/trunk/; revision=15218
This commit is contained in:
Thomas Bluemel 2005-05-11 16:50:39 +00:00
parent 58d25e229d
commit abef9ffacb
30 changed files with 118 additions and 107 deletions

View file

@ -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 --------- */