On Wed, 2 May 2001, Simeon Pilgrim wrote: [...]
try to avoid the style: FIXME(xxx, "(fd=%d, file=%s): stub\n", fd, name);
but use: FIXME(xxx, "(fd=%d, file=%s): stub\n", fd, name);
The reason is that if you want to grep for things, you would search for FIXME but in the first case there is no additional information available, where in the second one, there is (e.g. the word stub)
But both line are the same, I'm guessing the first was ment to look like:
FIXME(xxx, "(fd=%d, file=%s)\n", fd, name);
I think you're right. I sent a patch to wine-patches. See, fixing the documentation is simple :-)
Changelog:
Simeon Pilgrim simeon.pilgrim@alliedtelesyn.co.nz
* documentation/debugging.sgml Typo in stub-reporting style description
-- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ Broadcast message : fin du monde dans cinq minutes, repentez vous !