--- toga2-1.4.1.1SE1.orig/src/protocol.cpp
+++ toga2-1.4.1.1SE1/src/protocol.cpp
@@ -52,7 +52,7 @@
static bool Infinite; // infinite or ponder mode?
static bool Delay; // postpone "bestmove" in infinite/ponder mode?
-static char * dirptr = "C:/egbb";
+static char * dirptr = "/usr/share/egbb/";
// prototypes
@@ -113,7 +113,9 @@
Init = true;
- book_parameter();
+ NumberThreads=option_get_int("Number of Threads");
+ if(NumberThreads>MaxThreads) NumberThreads=MaxThreads;
+ book_parameter();
//SearchInput->multipv = option_get_int("MultiPV");