Update of /cvsroot/gtkpod/libgpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12639/src
Modified Files:
itdb_itunesdb.c
Log Message:
* src/itdb_itunesdb.c: remove non-sense check (itdb != NULL) when
itdb can never be NULL. Thanks to Raymond Walsh.
Index: itdb_itunesdb.c
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/src/itdb_itunesdb.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- itdb_itunesdb.c 7 May 2007 12:06:46 -0000 1.93
+++ itdb_itunesdb.c 10 May 2007 11:27:10 -0000 1.94
@@ -2924,9 +2924,7 @@
}
filename = itdb_resolve_path (itunes_dir, db);
- if (itdb != NULL) {
- itdb_set_mountpoint (itdb, mp);
- }
+
if (filename)
{
itdb = itdb_new ();
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2