From 8867c5d10022ff8f6b914bfbe5285e6004dabec0 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Mon, 21 Mar 2016 23:37:24 +0100 Subject: [PATCH] fix --- args.h | 2 +- dialogs.c | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) 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 -------------------------------------------- -- 1.7.0.4