changeset 81:254cc9620517 trunk

[svn] - fix issue where cuesheet plugin owns all codecs
author nenolod
date Wed, 04 Oct 2006 01:53:51 -0700
parents c312e5c852ac
children db47d5ac8f43
files ChangeLog src/cue/cuesheet.c
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Oct 02 20:58:32 2006 -0700
+++ b/ChangeLog	Wed Oct 04 01:53:51 2006 -0700
@@ -1,3 +1,11 @@
+2006-10-03 03:58:32 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [160]
+  - parse comments
+  
+  trunk/src/alac/demux.c |   10 +++++++++-
+  1 file changed, 9 insertions(+), 1 deletion(-)
+
+
 2006-10-03 03:54:57 +0000  William Pitcock <nenolod@nenolod.net>
   revision [158]
   - parse metadata on ALAC files... seems to work, but the method is inefficient
--- a/src/cue/cuesheet.c	Mon Oct 02 20:58:32 2006 -0700
+++ b/src/cue/cuesheet.c	Wed Oct 04 01:53:51 2006 -0700
@@ -115,9 +115,11 @@
 		}
 
 		free_cue_info();
+
+		return -1;
 	}
 
-	return -1;
+	return FALSE;
 }
 
 static gint get_time(void)