fix joining of lines split by ICS
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 10 Oct 2009 15:34:10 +0000 (08:34 -0700)
committerArun Persaud <arun@nubati.net>
Sat, 10 Oct 2009 15:34:10 +0000 (08:34 -0700)
commit98aa02bda540f17f1f50be00e494efafe439b004
treeb074b89bb5f2012f479eef43fa91ea0d455c58b1
parentde954fa0f31cc935b5ad61819a04de2713cd98ed
fix joining of lines split by ICS

This patch fixes the joining of lines that were split by an ICS, so that adding
a space at the break point is done only when there was not a space already.
(Some ICS leave a space at the end of the broken line, others do not.)
An extra space would interefere with board12 in Gothic Chess, which is so
long that the ICS breaks it, and the WB parser could not handle a double
space within the board.
backend.c