projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
afbc85e
)
fix
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Mon, 21 Mar 2016 22:37:24 +0000 (23:37 +0100)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Tue, 29 Mar 2016 14:51:33 +0000 (16:51 +0200)
args.h
patch
|
blob
|
history
dialogs.c
patch
|
blob
|
history
diff --git
a/args.h
b/args.h
index
55fdc07
..
d7e69af
100644
(file)
--- 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
(file)
--- 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 --------------------------------------------