config: fix the flush file path.

@fix
This commit is contained in:
Jaehwan Kim 2015-06-23 22:56:17 +09:00
parent 5eeb1f5622
commit 434a133255
1 changed files with 1 additions and 2 deletions

View File

@ -3065,8 +3065,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)
{