commit 9cdb247214467ab456ff98b4730bc3c81875fea8 parent b46609bfdec4f98344e460f788f98c8c4078ccae Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 16 Jan 2010 20:52:40 +0000 fix Diffstat:
| M | src/plugins/id3_extractor.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/plugins/id3_extractor.c b/src/plugins/id3_extractor.c @@ -272,6 +272,7 @@ EXTRACTOR_id3_extract (const char *data, char track[16]; int ret; + ret = 0; if (OK != get_id3 (data, size, &info)) return 0; if (strlen (info.title) > 0)