At 06:52 27-9-2009 +0200, Michel Van den Bergh wrote:
Something else I am somewhat unhappy about is that the default for engineDebugOutput
is *not* to print everything the engine sends. This is both annoying
(if you forgot to include the option engineDebugOutput 1) and confusing
(if you don't realize that the default is not to print everything).

Inded, this is a bug. The default is supposed to be 1. Something must have gone wrong when committing, as in my source files the default has been 1 for a very long time already.

xboard.c:
{ "engineDebugOutput", "engineDebugOutput", XtRInt,
 sizeof(int), XtOffset(AppDataPtr, engineComments),
XtRImmediate, (XtPointer) 1},



Reply via email to