This commit is contained in:
Alf Magne Kalleland
2019-06-24 20:39:33 +02:00
parent 30e27ab65d
commit 1586531863
2 changed files with 40 additions and 0 deletions

View File

@@ -1169,6 +1169,7 @@ class FenParser0x88
{
if (is_string($move)) $move = array('m' => $move);
$move["m"] = preg_replace("/([a-h])([a-h])([0-8])/s", "$1x$2$3", $move["m"]);
if (isset($move['m'])) {
if ($move['m'] == '--') {