Fix parsing of pieceToChar strings
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 29 Dec 2015 19:43:39 +0000 (20:43 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 29 Dec 2015 20:35:00 +0000 (21:35 +0100)
commitc6cb9e16126dd82a6727d4ca9f3a3507dbfb92ab
tree364f11d7c8eaa0658a79cbe664181eddda98b417
parent1241966376070ae2a0a2bf0bb522708ba5043c1c
Fix parsing of pieceToChar strings

The skipping to the chu-promoted series was not working. The character
that triggers the skipping has been changed from : to /, because : is
a narrow character potentially useful as ID suffix.
backend.c