[tracker/tracker-0.10] tracker-extract: Fix uninitialized variable in albumart
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.10] tracker-extract: Fix uninitialized variable in albumart
- Date: Fri, 21 Oct 2011 14:24:56 +0000 (UTC)
commit e4635ca1d6d356d4557e9edfb403b0d69ea925fe
Author: JÃrg Billeter <j bitron ch>
Date: Mon Oct 17 10:54:56 2011 +0200
tracker-extract: Fix uninitialized variable in albumart
src/tracker-extract/tracker-albumart.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-extract/tracker-albumart.c b/src/tracker-extract/tracker-albumart.c
index 5fb3d38..6818d81 100644
--- a/src/tracker-extract/tracker-albumart.c
+++ b/src/tracker-extract/tracker-albumart.c
@@ -558,7 +558,7 @@ albumart_set (const unsigned char *buffer,
const gchar *uri)
{
gchar *local_path;
- gboolean retval;
+ gboolean retval = FALSE;
if (!artist && !album) {
g_warning ("Could not save embedded album art, no artist or album supplied");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]