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:
ce2c3c4
)
config: fix the flush file path.
62/45762/3
author
Jaehwan Kim
<jae.hwan.kim@samsung.com>
Tue, 23 Jun 2015 13:56:17 +0000
(22:56 +0900)
committer
Jaehwan Kim
<jae.hwan.kim@samsung.com>
Tue, 11 Aug 2015 06:11:03 +0000
(23:11 -0700)
@fix
Change-Id: I84b5f87c8ec92b6ba422a93aca5183884b399bd8
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 b25bd55355959e540e6b4837ce6080861f05fc8e..ecead8fa491b95987cc07be5d4d9304dfe7f541f 100644
(file)
--- a/
src/lib/elm_config.c
+++ b/
src/lib/elm_config.c
@@
-3054,8
+3054,7
@@
elm_config_all_flush(void)
FILE *f;
char buf[PATH_MAX];
- _elm_config_user_dir_snprintf(buf, sizeof(buf), "config/%s/flush",
- _elm_profile);
+ _elm_config_user_dir_snprintf(buf, sizeof(buf), "config/flush");
f = fopen(buf, "w+");
if (f)
{