Fix reading of startposition FEN starting with *
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 2 Mar 2015 12:15:19 +0000 (13:15 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 7 May 2015 18:53:33 +0000 (20:53 +0200)
commitf1ff4bfff317168f2821e67ab6ee41c6eaa16efe
treefc2b643974f7bcafdfea6696c30cd850888058fd
parent8ec787419ed071b5eaf5710a6a10637ec9fb7a58
Fix reading of startposition FEN starting with *

When laoding a position file, a FEN starting with * would not be recognized
as FEN, and parsed in an alternative way that did not like the * either,
and caused a segfault.
backend.c