Too much tracing in ntdll/file.c

pvriens at xs4all.nl pvriens at xs4all.nl
Thu Mar 25 02:49:25 CST 2004


Hi,

subject says it all. There are two (identical) traces specified in file.c:

    TRACE("(%p,%p,%p,%p,%p,%p,0x%08lx,%p,%p)!\n",
          hFile,hEvent,apc,apc_user,io_status,buffer,length,offset,key);

    TRACE("(%p,%p,%p,%p,%p,%p,0x%08lx,%p,%p),partial stub!\n",
          hFile,hEvent,apc,apc_user,io_status,buffer,length,offset,key);

I think one can be removed. Don't know which one however (ReadFile has
only one, with the 'partial stub' remark.

Cheers,

Paul.



More information about the wine-users mailing list