projects
/
profile
/
ivi
/
eet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da0824
)
eet: no reason to duplicate environment variable.
author
cedric
<cedric>
Tue, 6 Dec 2011 11:00:50 +0000
(11:00 +0000)
committer
cedric
<cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Dec 2011 11:00:50 +0000
(11:00 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@65954
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/lib/eet_node.c
patch
|
blob
|
history
diff --git
a/src/lib/eet_node.c
b/src/lib/eet_node.c
index
86899c9
..
11d7cc0
100644
(file)
--- a/
src/lib/eet_node.c
+++ b/
src/lib/eet_node.c
@@
-778,7
+778,7
@@
eet_node_init(void)
#else
choice = "chained_mempool";
#endif
- tmp = getenv("E
ET
_MEMPOOL");
+ tmp = getenv("E
INA
_MEMPOOL");
if (tmp && tmp[0])
choice = tmp;