summaryrefslogtreecommitdiff
path: root/src/bin/embryo
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-01-23 08:45:44 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-01-23 08:45:44 +0900
commit1c2da046dccd68f606504bc2029e3e6425293390 (patch)
treea1cb646123a6b27f05ad963f10c62ea5273ddbe9 /src/bin/embryo
parent981bdc16f6dbb2948b33b5979825a6a2f6f168f2 (diff)
downloadefl-1c2da046dccd68f606504bc2029e3e6425293390.tar.gz
embryo_cc - remove trainling / from path for windows stat so it works
Diffstat (limited to 'src/bin/embryo')
-rw-r--r--src/bin/embryo/embryo_cc_sc1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/embryo/embryo_cc_sc1.c b/src/bin/embryo/embryo_cc_sc1.c
index 391cf98b97..f296c00daf 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';
}