Commit 629f02b3 authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

Porting fix.

parent 7ac58a4d
......@@ -366,7 +366,7 @@ ULARGE_INTEGER byte_count, file_size;
char * WCMD_filesize64 (ULONGLONG n) {
ULONGLONG q;
uint r, i;
unsigned int r, i;
char *p;
static char buff[32];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment