Silence warning
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 2 Mar 2016 22:42:43 +0000 (23:42 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 8 Mar 2016 18:29:58 +0000 (19:29 +0100)
commit6e40d1751ec11a717529545c7253fc6a8236bc24
tree5b5df86283b48b209bf24c274b594ec003db7d37
parent94ca1174b4136fbc28e2656a80382d0964cafaa0
Silence warning

Conversion to use of strncpy had led to the length of a (char*) being
tested, and atypically we got away with that so far because the copied
string was only 2 characters long. Now we use length limit 4, which also
renders the use of strncpy instead of strcpy useless, but at least
does notproduce a warning.
engineoutput.c