jaehwan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=6a47667680d5928e949a8fe8dd7769a4856a2801
commit 6a47667680d5928e949a8fe8dd7769a4856a2801 Author: Jaehwan Kim <[email protected]> Date: Wed Jun 17 17:51:40 2015 +0900 config: fix comment --- src/lib/elm_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c index fe6ad27..b4920ab 100644 --- a/src/lib/elm_config.c +++ b/src/lib/elm_config.c @@ -3342,7 +3342,7 @@ _elm_config_sub_init(void) int ok = 0; len = _elm_config_user_dir_snprintf(buf, sizeof(buf), "config/"); - if (len + 6 >= sizeof(buf)) // the space to add "/flush" + if (len + 6 >= sizeof(buf)) // the space to add "flush" goto end; ok = ecore_file_mkpath(buf); --
