raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1c2da046dccd68f606504bc2029e3e6425293390

commit 1c2da046dccd68f606504bc2029e3e6425293390
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Jan 23 08:45:44 2014 +0900

    embryo_cc - remove trainling / from path for windows stat so it works
---
 src/bin/embryo/embryo_cc_sc1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/embryo/embryo_cc_sc1.c b/src/bin/embryo/embryo_cc_sc1.c
index 391cf98..f296c00 100644
--- a/src/bin/embryo/embryo_cc_sc1.c
+++ b/src/bin/embryo/embryo_cc_sc1.c
@@ -574,7 +574,7 @@ parseoptions(int argc, char **argv, char *iname, char 
*oname,
    if (getenv("EFL_RUN_IN_TREE"))
      {
         struct stat st;
-        snprintf(str, sizeof(str), "%s/data/embryo/", PACKAGE_SRC_DIR);
+        snprintf(str, sizeof(str), "%s/data/embryo", PACKAGE_SRC_DIR);
         if (stat(str, &st) != 0)
           str[0] = '\0';
      }

-- 


Reply via email to