diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-12-10 03:52:18 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-12-10 03:52:18 +0000 |
| commit | e3d6712626220c9992f0727c0f92ccdfd6d5d8f5 (patch) | |
| tree | 7e3fc4709b1923719e82a58888cd038987db9332 /src/ithumb-writer.c | |
| parent | 6a55b876373782c9c59189ec3d1f9fa663858948 (diff) | |
| download | libgpod-e3d6712626220c9992f0727c0f92ccdfd6d5d8f5.tar.gz libgpod-e3d6712626220c9992f0727c0f92ccdfd6d5d8f5.tar.xz libgpod-e3d6712626220c9992f0727c0f92ccdfd6d5d8f5.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.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, |
