projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
70f1ddd
)
Remove redefine of DATADIR that leaked in from v4.7.x
author
H.G. Muller
<h.g.muller@hccnet.nl>
Wed, 8 Jan 2014 15:09:15 +0000 (16:09 +0100)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Wed, 8 Jan 2014 15:09:15 +0000 (16:09 +0100)
gtk/xboard.c
patch
|
blob
|
history
diff --git
a/gtk/xboard.c
b/gtk/xboard.c
index
750e64f
..
334f92a
100644
(file)
--- a/
gtk/xboard.c
+++ b/
gtk/xboard.c
@@
-182,7
+182,6
@@
extern char *getenv();
char *dataDir; // for expanding ~~
#else
# define SLASH '/'
-# define DATADIR "~~"
#endif
#ifdef __EMX__