summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index e1399c6..1247311 100755
--- a/src/main.c
+++ b/src/main.c
@@ -294,7 +294,7 @@ Return value:
g_Options.ePlayMode = FORCE_MODE;
g_Options.fNoInputThread = FALSE;
g_Options.fVerbosePosting = TRUE;
- strcpy(g_Options.szEGTBPath, "/egtb/three;/etc/four;/egtb/five");
+ strcpy(g_Options.szEGTBPath, "/zscratch/egtb");
strcpy(g_Options.szLogfile, "typhoon.log");
strcpy(g_Options.szBookName, "book.bin");
g_Options.uNumHashTableEntries = 0x10000;