Re: PATCH: dlls/wineps/type42.c

2003-11-12 Thread Gerald Pfeifer
On Tue, 11 Nov 2003, Alexandre Julliard wrote: >> type42.c: In function `T42_download_header': >> type42.c:269: warning: int format, DWORD arg (arg 3) >> type42.c:269: warning: int format, DWORD arg (arg 4) > The patch is of course OK, but it makes no difference to the > functionality, int an

Re: PATCH: dlls/wineps/type42.c

2003-11-11 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > I wonder, how our Type42 support ever could have worked given the > following: > > type42.c: In function `T42_download_header': > type42.c:269: warning: int format, DWORD arg (arg 3) > type42.c:269: warning: int format, DWORD arg (arg 4) > type4