wrong default value for engineDebugOutput
authorArun Persaud <arun@nubati.net>
Thu, 1 Oct 2009 03:47:00 +0000 (20:47 -0700)
committerArun Persaud <arun@nubati.net>
Thu, 1 Oct 2009 03:47:00 +0000 (20:47 -0700)
the new default is now 1

xboard.c

index c6ef883..0e8b132 100644 (file)
--- a/xboard.c
+++ b/xboard.c
@@ -1347,7 +1347,7 @@ XtResource clientResources[] = {
        XtRImmediate, (XtPointer) "xboard.debug"},
     { "engineDebugOutput", "engineDebugOutput", XtRInt,
        sizeof(int), XtOffset(AppDataPtr, engineComments),
-       XtRImmediate, (XtPointer) 0},
+       XtRImmediate, (XtPointer) 1},
     { "noGUI", "noGUI", XtRBoolean,
        sizeof(Boolean), XtOffset(AppDataPtr, noGUI),
        XtRImmediate, (XtPointer) 0},
@@ -9490,4 +9490,4 @@ SetProgramStats( FrontEndProgramStats * stats )
   // [HR] TODO
   // [HGM] done, but perhaps backend should call this directly?
     EngineOutputUpdate( stats );
-}
\ No newline at end of file
+}