Prevent crash on help-click for engine without manual
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 29 Apr 2016 14:16:52 +0000 (16:16 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 29 Apr 2016 14:22:59 +0000 (16:22 +0200)
commit16982f6cae6415f935f18b602d5ab3eefd1ea6af
tree9e289b2f71f9c6416398f5aaee2920de85b7c50e
parentad8ab1d60e56eee56574c54704f4804df6eef54b
Prevent crash on help-click for engine without manual

The error message of "man w xxx" when no man entry for xxx exists
appears on stderr, which is not caught by popen(). As a result the
path to the man file gets set to an empty string, and saveStrCpy
is not so save that it can copy an empty string, but quits XBoard
through an ASSERT in that case.
dialogs.c