projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d26d982
)
config: fix comment
60/45760/3
author
Jaehwan Kim
<jae.hwan.kim@samsung.com>
Wed, 17 Jun 2015 08:51:40 +0000
(17:51 +0900)
committer
Jaehwan Kim
<jae.hwan.kim@samsung.com>
Tue, 11 Aug 2015 06:10:49 +0000
(23:10 -0700)
Change-Id: Ia19b10f1b86a4664e78ab484feef1bf81b41c1e5
origin: upstream
src/lib/elm_config.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_config.c
b/src/lib/elm_config.c
index 21b7dae302ec4fc94dfd990329281ef1c204d5d8..40e18489ba6884168c18f8620ee777d42062cc7b 100644
(file)
--- a/
src/lib/elm_config.c
+++ b/
src/lib/elm_config.c
@@
-3330,7
+3330,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);