Re: msvcrt: Printf Integer Conversions

2005-12-16 Thread Jesse Allen
On 12/16/05, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > Jesse Allen <[EMAIL PROTECTED]> writes: > > > Changes: > > Add support for I64 integer sizes in printf. Handle I and I32 sizes > > using libc's printf. > > The tests fail: > > printf.c:45: Test succeeded inside todo block: Problem with l

Re: msvcrt: Printf Integer Conversions

2005-12-16 Thread Alexandre Julliard
Jesse Allen <[EMAIL PROTECTED]> writes: > Changes: > Add support for I64 integer sizes in printf. Handle I and I32 sizes > using libc's printf. The tests fail: printf.c:45: Test succeeded inside todo block: Problem with long long printf.c:46: Test succeeded inside todo block: return count wrong