X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.pl;h=c960bb247f63bf0744ebeee477567867715ba325;hp=4abbe70f994a17757b29eb133c7fdfd777a1be4a;hb=b5bea1c386b267f9d5ed19ad4b2434cac0804010;hpb=f2f5a9191ecefbe9964f52e6ad6fac9f696053ee diff --git a/remoteglot.pl b/remoteglot.pl index 4abbe70..c960bb2 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -304,7 +304,7 @@ sub prettyprint_pv { # rook substr($nb[0], 7, 1, '-'); - substr($nb[0], 5, 1, 'R'); + substr($nb[0], 5, 1, 'r'); return ('0-0', prettyprint_pv(\@nb, @pvs)); } @@ -319,7 +319,7 @@ sub prettyprint_pv { # rook substr($nb[0], 0, 1, '-'); - substr($nb[0], 3, 1, 'R'); + substr($nb[0], 3, 1, 'r'); return ('0-0-0', prettyprint_pv(\@nb, @pvs)); }