bugfix for protocol extensions: egtbpath -> egtpath
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 30 Sep 2009 05:04:25 +0000 (22:04 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 30 Sep 2009 05:21:46 +0000 (22:21 -0700)
commitaa2b141fe5b67216cb63023f8c2b359e2c0a02d2
treec6b739f4756be66cdda21aefa09bd9d896e6541b
parentacbc3cdad54dc2dcb7075cfc48a3956e137a2f1d
bugfix for protocol extensions: egtbpath -> egtpath

A new and very bad bug was discovered in the implementation of the protocol extensions:
XBoard sends a command "egtbpath" to the engine in stead of "egtpath" from the protocol specs.
After discussion on WB forum it was decided that egtpath was better than the egtbpath I originally
had proposed, and I changed it accordingly, but I had not realized that this string occurred TWICE
in backend.c, depending on if matched the -defaultPathEGTB of -egtFormats option.
I only changed the first occurence.
backend.c