"Hrvoje Niksic" <[EMAIL PROTECTED]> wrote:
It should print a line containing "10000000000". If it does, it means we're applying the wrong format. If it doesn't, then we must find another way of printing LARGE_INT quantities on Windows.
I don't know what compiler OP used, but Wget only uses "%I64" for MSVC on Windows. Ref sysdep.h line 111-114. --gv
