X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=args.h;fp=args.h;h=8d07b20d26314d913845144d82fe3c749df6032f;hb=4fc6fe186519313063f3130fce510e55c9cf6f71;hp=15c16309f6d48998ae52fee890e27ee89a5d6245;hpb=5cf174f6830416ba7d2de8fb7eb88cffad53805f;p=xboard.git diff --git a/args.h b/args.h index 15c1630..8d07b20 100644 --- a/args.h +++ b/args.h @@ -1418,6 +1418,7 @@ InitAppData(char *lpCmdLine) if(!*appData.secondChessProgram) { // [HGM] scp defaults to fcp ASSIGN(appData.secondChessProgram, appData.firstChessProgram); + ASSIGN(appData.secondDirectory, appData.firstDirectory); appData.secondIsUCI = appData.firstIsUCI; // copy type too! }