Gisle Vanem <[EMAIL PROTECTED]> writes: > "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.
All Heiko's builds are done using MSVC. The question remains why the code misbehaved. I've now simplified this code path, and removed the %I64 usage from all cases but the one in utils.c, which I don't know how to easily get rid of.
