diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ithumb-writer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ithumb-writer.c b/src/ithumb-writer.c index 1975e34..111552a 100644 --- a/src/ithumb-writer.c +++ b/src/ithumb-writer.c @@ -123,7 +123,7 @@ ipod_image_get_ithmb_filename (const char *mount_point, gint correlation_id, gin if (path == NULL) { /* attempt to create directory */ gchar *pth = g_build_filename (mount_point, - paths[0], path[1], NULL); + paths[0], paths[1], NULL); mkdir (pth, 0777); g_free (pth); path = itdb_resolve_path (mount_point, |