Repair Affinity option
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 10 Oct 2014 08:35:12 +0000 (10:35 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 10 Oct 2014 12:39:14 +0000 (14:39 +0200)
commitef3b2e93d2d60d600d4c0afe9495da56d5d10f4c
treecb1512a433d2865a227097d32a338b6aaa0570d2
parent70607870bcf1cf361dd2af7b4d47a0346e2a889f
Repair Affinity option

Affinity was set in the engine startup routine, but the latter was always
done before the ini file had been completely read. The Affinity value
is now extracted explicitly from the ini file before engine startup.
The test for validity of the process handle was also reversed.
Affinity is marked as an XBoard option, but not in the standard set,
as it still would not work when set interactively. It does not work
in -noini mode, but requires an old-fashoned ini file.
book_format.html
main.c
option.c
pipex_win32.c