Fix piece command after ID-suffix patch
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 19 Dec 2015 10:10:40 +0000 (11:10 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 19 Dec 2015 10:10:40 +0000 (11:10 +0100)
commit1c76e2f7041aae8763d5ef06578e1d93e9bc900d
tree90a96148840cac24a886b3167005b09f035e3309
parent85ceab43886403019cd91c13d4b9c366279227b6
Fix piece command after ID-suffix patch

Piece IDs without suffix or & behind them to make them count for both
colors were no longer recognized in 'piece' commands, because there
was a null character behind the extracted piece-name field. And this
null character was seen as occurring in the suffix string.
backend.c