Porting fix.

This commit is contained in:
Steven Edwards 2002-10-28 23:54:08 +00:00 committed by Alexandre Julliard
parent 7ac58a4dc9
commit 629f02b329
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ ULARGE_INTEGER byte_count, file_size;
char * WCMD_filesize64 (ULONGLONG n) { char * WCMD_filesize64 (ULONGLONG n) {
ULONGLONG q; ULONGLONG q;
uint r, i; unsigned int r, i;
char *p; char *p;
static char buff[32]; static char buff[32];