From 1845bd517e9eb3335aeacae57c1d4dfc9cdb437e Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Mon, 18 May 2015 15:46:39 +0100 Subject: [PATCH] fix compile error --- src/bin/edi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edi_main.c b/src/bin/edi_main.c index de963fb..3b8af7d 100644 --- a/src/bin/edi_main.c +++ b/src/bin/edi_main.c @@ -773,7 +773,7 @@ edi_open(const char *inputpath) return NULL; } path = realpath(inputpath, NULL); - _edi_project_config_load(edi_project_get()); + _edi_project_config_load(); elm_need_ethumb(); elm_need_efreet();