summaryrefslogtreecommitdiff
path: root/src/cgg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgg.c')
-rw-r--r--src/cgg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgg.c b/src/cgg.c
index f295077..0f72fb3 100644
--- a/src/cgg.c
+++ b/src/cgg.c
@@ -176,6 +176,7 @@ main (int argc, char* argv[])
path_info->src_dir = g_strdup (source_dir);
path_info->dest_root = g_strdup (dst_dir);
path_info->dest_dir = g_strdup (dst_dir);
+ path_info->album_path = g_strdup ("/");
build_tree (setup, path_info, NULL, -1, jobs);
free_path_info (path_info);