From 1c2da046dccd68f606504bc2029e3e6425293390 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 23 Jan 2014 08:45:44 +0900 Subject: [PATCH] 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 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'; }