X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=opening-stats.pl;fp=opening-stats.pl;h=1c17f50af253431e7baeb3e38163a5ed20bbc15a;hb=2a322a4ad576d87535ce8a479f7a516da9457e80;hp=3bbcc8823816c216fa6dd26703678c656895549d;hpb=d0b08188b8f9e70f2f5651b179b44e7cf992c85b;p=remoteglot-book diff --git a/opening-stats.pl b/opening-stats.pl index 3bbcc88..1c17f50 100755 --- a/opening-stats.pl +++ b/opening-stats.pl @@ -10,5 +10,5 @@ my $cgi = CGI->new; my $fen = $ARGV[0]; my $pos = Position->from_fen($fen); my $hex = unpack('H*', $pos->bitpacked_fen); -system("./binlookup", "./open.mtbl", $hex); +system("./binlookup", "./open.mtbl", "40", $hex);