ami pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=161516b055488913cb47598a882728b0c0d8edc5

commit 161516b055488913cb47598a882728b0c0d8edc5
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Wed Jul 22 22:52:39 2015 +0530

    test: elm_prefs_cc - use eina_environment_tmp_get() instead of 
getenv("TMPDIR")
---
 src/bin/elm_prefs_cc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/elm_prefs_cc.c b/src/bin/elm_prefs_cc.c
index 3888b67..5abccec 100644
--- a/src/bin/elm_prefs_cc.c
+++ b/src/bin/elm_prefs_cc.c
@@ -102,7 +102,7 @@ main(int argc, char **argv)
    progname = ecore_file_file_get(argv[0]);
    eina_log_print_cb_set(_elm_prefs_cc_log_cb, NULL);
 
-   tmp_dir = getenv("TMPDIR");
+   tmp_dir = eina_environment_tmp_get();
 
    for (i = 1; i < argc; i++)
      {

-- 


Reply via email to