Update of /cvsroot/gtkpod/libgpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv25356/src
Modified Files:
itdb_itunesdb.c
Log Message:
* src/itdb_itunesdb (itdb_parse_internal): fixed compile warning
(thanks to Daniele Forsi).
* tests/test-ls.c (display_recently_played): fixed compile warning
(thanks to Daniele Forsi).
* tests/get-timezone.c: added to CVS (thanks to Daniele Forsi).
Index: itdb_itunesdb.c
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/src/itdb_itunesdb.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- itdb_itunesdb.c 28 Apr 2007 08:55:49 -0000 1.88
+++ itdb_itunesdb.c 30 Apr 2007 00:40:54 -0000 1.89
@@ -2864,7 +2864,7 @@
itdb_parse_internal (Itdb_iTunesDB *itdb, GError **error)
{
FImport *fimp;
- gboolean success;
+ gboolean success = FALSE;
g_return_val_if_fail (itdb->filename != NULL, FALSE);
-------------------------------------------------------------------------
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