stub implementation SystemFunction036

James Hawkins truiken at gmail.com
Mon Sep 27 19:19:47 CDT 2004


> If you really want to stub this function then please don't print the
> buffer contents

Should it be

FIXME("(%p, %i): stub\n", Buffer, BufferSize);

instead?  Or should it just not be there at all?


On Tue, 28 Sep 2004 02:10:06 +0200, Filip Navara <xnavara at volny.cz> wrote:
> James Hawkins wrote:
> 
> >+
> >+VOID WINAPI SystemFunction036(PCHAR Buffer, INT BufferSize)
> >+{
> >+      FIXME("(%s, %i): stub\n", Buffer, BufferSize);
> >+}
> >+
> >
> >
> If you really want to stub this function then please don't print the
> buffer contents. It's an output buffer and contains garbage (maybe the
> garbage means something, but still it's garbage).
> 
> - Filip
> 
> 



-- 
James Hawkins



More information about the wine-devel mailing list