diff options
Diffstat (limited to 'src/main.c')
| -rwxr-xr-x | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
