Update of /cvsroot/gtkpod/libgpod/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30141
Modified Files: ithumb-writer.c Log Message: * src/ithumb-writer.c: fixed typo leading to segfault. Index: ithumb-writer.c =================================================================== RCS file: /cvsroot/gtkpod/libgpod/src/ithumb-writer.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- ithumb-writer.c 9 Dec 2005 14:54:58 -0000 1.10 +++ ithumb-writer.c 10 Dec 2005 03:51:47 -0000 1.11 @@ -123,7 +123,7 @@ 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, ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2