diff --git a/src/bin/e_config.c b/src/bin/e_config.c index 9d9c79097..0b4bca6be 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -1133,7 +1133,7 @@ e_config_profile_list(void) } } dir = e_prefix_data_get(); - len = snprintf(buf, sizeof(buf), "%s/data/config", dir); + len = snprintf(buf, sizeof(buf), "%s/data/config/", dir); if (len >= (int)sizeof(buf)) return NULL;