Ah.. cygwin must be using unsigned int instead of the more correct (?) unsigned long type for "off_t" (part of the struct returned by stat(2)).

I'll add a cast to the printf to eliminate the warning for v0.7 (someday).

Thanks