]> git.sesse.net Git - stockfish/commitdiff
Fix fen output for castling rights
authorGary Linscott <glinscott@gmail.com>
Tue, 18 Nov 2014 22:36:45 +0000 (06:36 +0800)
committerGary Linscott <glinscott@gmail.com>
Tue, 18 Nov 2014 22:37:59 +0000 (06:37 +0800)
This is a regression from 428962a

We have to cast to char here, otherwise the compiler
interprets it as an integer, and writes a number.

No functional change

Resolves #122


No differences found