summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-04-30 00:40:55 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-04-30 00:40:55 +0000
commitcf18f34b0bbbc327573d5c932c674d06ccf29b5c (patch)
tree17538566d5207ae866482ab4212665b259aaf7c9 /src
parenta582a39bc26ee45e4a7eb9dcc33bc74f7bd5e251 (diff)
downloadlibgpod-cf18f34b0bbbc327573d5c932c674d06ccf29b5c.tar.gz
libgpod-cf18f34b0bbbc327573d5c932c674d06ccf29b5c.tar.xz
libgpod-cf18f34b0bbbc327573d5c932c674d06ccf29b5c.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);