Fix saving engine settings after registering new engine
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 27 Nov 2016 16:30:25 +0000 (17:30 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 13 Jan 2017 15:39:24 +0000 (16:39 +0100)
commitbfb5abb19b495e71372de64dc760ff5449216e15
tree99e468d6aae7c50d8f1c9811cb2c6394b3312597
parent24659044481fa42b3846cb9e801fd06abe0a102e
Fix saving engine settings after registering new engine

The remebered currentEgine after a new registration through the Load Engine
dialog would be terminated by a linefeed, unlike after loading an engine
that already was in the list. This caused the -firstOptions to be added
on the next line. Now both cases omit the linefeed.
backend.c