bugfix and enhancement in autoKibitz mode
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 16 Jun 2009 07:06:59 +0000 (00:06 -0700)
committerArun Persaud <arun@nubati.net>
Tue, 16 Jun 2009 07:06:59 +0000 (00:06 -0700)
commita64950c749acfae48d68e2c713bf86d06f026822
treeda1709d3d6e36291d21e59e34a47a1cf22a95751
parent668bf3e7edd72719c0ad749cdad314fe517ae377
bugfix and enhancement in autoKibitz mode

changed the format of the autoKibitz: score/depth in stead of depth/score, as in PGN. I also supress the ICS time for the move now in the PGN if extended info is available.

When enhancing the functionality of the autoKibitz command (using the
opponent engine kibitz for the saved PGN) I discovered that the xengineoutput.c
in our tree was obsolete, and contained a routine of which the arguments
were no
longer compatble with the call from backend.c, and caused segfaulting. I
copied in
the  corresponding routine in wengineo.c, which was compatible. That the
compiler
did not flag this is a sign of badly organized code, I suppose...

The enhancement itself affected backend.c.
backend.c
xengineoutput.c