Fix string options with empty default
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 24 Dec 2016 18:41:11 +0000 (19:41 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 24 Dec 2016 18:44:58 +0000 (19:44 +0100)
commit142b07fac63966ef4e12a5ae0d1d7875905a8764
tree7ccdde9c6bbcd85b29c26d716d8b3f872044879a
parentc33a1432ec909fcba0049c492cebbcbda21886c6
Fix string options with empty default

When sscanf finds nothing after 'default', it does not touch the target
array at all, rather than putting an empty string in it. So the target
is now initialized to an empty string before the sscanf.
UCI2WB.c