Skip to content

Commit

Permalink
One more tweak for finding the network file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthies committed Sep 18, 2023
1 parent 5408f2f commit 198ce08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nnue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2111,6 +2111,7 @@ bool NnueNetsource::open()
break;
pathToSearch = pathToSearch.substr(0, seppos + 1);
}
filenames.push_back(en.ExecPath + ".." + sep + NnueNetPath);
}
for (unsigned int i = 0; i < filenames.size(); i++) {
ifstream is;
Expand Down

0 comments on commit 198ce08

Please sign in to comment.