aboutsummaryrefslogtreecommitdiff
path: root/src/query_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/query_search.c')
-rw-r--r--src/query_search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/query_search.c b/src/query_search.c
index ac57bce7..68e40436 100644
--- a/src/query_search.c
+++ b/src/query_search.c
@@ -973,7 +973,7 @@ static FolderItem *query_search_create_vfolder(FolderItem *parent,
}
if (parent->path)
- path = g_strconcat(parent->path, G_DIR_SEPARATOR_S, name, NULL);
+ path = g_strconcat(parent->path, "/", name, NULL);
else
path = g_strdup(name);