1
0
Fork 0

Fix bench with fen files regression

Erroneusly adds default positions to the fens
loaded from external file.

Bug introduced in adb71b8096

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
sf_2.3.1_base
Marco Costalba 2012-04-02 18:38:50 +01:00
parent 7a8429d9f1
commit 2f99de0c6c
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ void benchmark(istringstream& is) {
if (fenFile != "default")
{
fens.clear();
string fen;
ifstream file(fenFile.c_str());