Fix writing searchTime in tourneyFile
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 29 Jun 2011 18:29:12 +0000 (20:29 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 29 Jun 2011 18:29:12 +0000 (20:29 +0200)
commitb635f05dce20e85fe4ab92f6e206bf1de805f787
tree0c5308a020fa58476d25e03dd9891af5700ad210
parent370f3be0b45623d7d5f14309af6d4dbd2bb5f8a5
Fix writing searchTime in tourneyFile

This had to be derived from the variable searchTime, which gives it
in seconds, as appData.searchTime (a string in minutes) is not reliable,
as it contains the command-line value, which might have been altered
through the time-control dialog.
backend.c