Fix crash on time forfeit with -st option
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 19 Apr 2012 08:48:41 +0000 (10:48 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 19 Apr 2012 08:48:41 +0000 (10:48 +0200)
commit25a2de7c48d693f8dd3ecc8dd9b794b140f2bdaf
treeaf1760a71f129ebbb982ff86282f8a80ab8155cd
parent7c9ee0544821f7981792be03e90ba15e9a8aeada
Fix crash on time forfeit with -st option

When fixed time per move was set from the command line, the time-control
strings were not set. This let to a crash when an engine forfeited.
The GetTimeQuota function is now made resistant to a NULL pointer here.
backend.c