summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2007-04-30 00:40:55 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2007-04-30 00:40:55 +0000
commit11a7637b8953baa95382bfc111b6a658de35dace (patch)
tree17538566d5207ae866482ab4212665b259aaf7c9 /src
parentb257e26e6ac05e2fe0847d205dd4fe461658973c (diff)
downloadlibgpod-11a7637b8953baa95382bfc111b6a658de35dace.tar.gz
libgpod-11a7637b8953baa95382bfc111b6a658de35dace.tar.xz
libgpod-11a7637b8953baa95382bfc111b6a658de35dace.zip
* 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). git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1422 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src')
-rw-r--r--src/itdb_itunesdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itdb_itunesdb.c b/src/itdb_itunesdb.c
index 9742bf2..1114886 100644
--- a/src/itdb_itunesdb.c
+++ b/src/itdb_itunesdb.c
@@ -2864,7 +2864,7 @@ static gboolean
itdb_parse_internal (Itdb_iTunesDB *itdb, GError **error)
{
FImport *fimp;
- gboolean success;
+ gboolean success = FALSE;
g_return_val_if_fail (itdb->filename != NULL, FALSE);