From: H.G.Muller Date: Mon, 21 Mar 2016 22:37:24 +0000 (+0100) Subject: fix X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=8867c5d10022ff8f6b914bfbe5285e6004dabec0 fix --- diff --git a/args.h b/args.h index 55fdc07..d7e69af 100644 --- a/args.h +++ b/args.h @@ -100,7 +100,7 @@ typedef struct { } IcsTextMenuEntry; IcsTextMenuEntry icsTextMenuEntry[ICS_TEXT_MENU_SIZE]; -char dataDir[MSG_SIZ] = DATADIR, manDir[MSG_SIZ] = MANDIR; +char dataDir[MSG_SIZ] = DATADIR; int junk; int saveDate; diff --git a/dialogs.c b/dialogs.c index 772e310..4c2da69 100644 --- a/dialogs.c +++ b/dialogs.c @@ -66,6 +66,7 @@ extern char *getenv(); int values[MAX_OPTIONS]; ChessProgramState *currentCps; +char manDir[MSG_SIZ] = MANDIR; //----------------------------Generic dialog --------------------------------------------