summaryrefslogtreecommitdiffstats
path: root/src/ithumb-writer.c
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-12-10 03:52:18 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-12-10 03:52:18 +0000
commit19e6e5e1183786ecee8b6d3316a3790ed12235df (patch)
tree7e3fc4709b1923719e82a58888cd038987db9332 /src/ithumb-writer.c
parent636149ad73334eb91950482ae7df3016c98afff4 (diff)
downloadlibgpod-tmz-19e6e5e1183786ecee8b6d3316a3790ed12235df.tar.gz
libgpod-tmz-19e6e5e1183786ecee8b6d3316a3790ed12235df.tar.xz
libgpod-tmz-19e6e5e1183786ecee8b6d3316a3790ed12235df.zip
* 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
Diffstat (limited to 'src/ithumb-writer.c')
-rw-r--r--src/ithumb-writer.c2
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,