aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-16 20:52:40 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-16 20:52:40 +0000
commit9cdb247214467ab456ff98b4730bc3c81875fea8 (patch)
treef7a7ac7dfcc32c408fdef719e9534ebb74443683
parentb46609bfdec4f98344e460f788f98c8c4078ccae (diff)
downloadlibextractor-9cdb247214467ab456ff98b4730bc3c81875fea8.tar.gz
libextractor-9cdb247214467ab456ff98b4730bc3c81875fea8.zip
fix
-rw-r--r--src/plugins/id3_extractor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/id3_extractor.c b/src/plugins/id3_extractor.c
index 575a328..1426d01 100644
--- a/src/plugins/id3_extractor.c
+++ b/src/plugins/id3_extractor.c
@@ -272,6 +272,7 @@ EXTRACTOR_id3_extract (const char *data,
272 char track[16]; 272 char track[16];
273 int ret; 273 int ret;
274 274
275 ret = 0;
275 if (OK != get_id3 (data, size, &info)) 276 if (OK != get_id3 (data, size, &info))
276 return 0; 277 return 0;
277 if (strlen (info.title) > 0) 278 if (strlen (info.title) > 0)