From d2975ac94715230bfbc9175df12cda99574293cd Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Tue, 7 Apr 2009 18:29:13 +0000 Subject: [PATCH] Make profiles working again. Thanks to Sachiel for the fix :) SVN revision: 39889 --- src/bin/e_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;