X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=args.h;h=8d07b20d26314d913845144d82fe3c749df6032f;hb=5cab485d7a39f1b15558fc3b06d57d2164a7dc5d;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! }