From 0d91e06ab2d3917f91567b5963164a0ac49da2b4 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sat, 10 Dec 2005 03:52:18 +0000 Subject: * src/ithumb-writer.c: fixed typo leading to segfault. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1192 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- src/ithumb-writer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit