changeset 539:f17fb87c0288 trunk

[svn] - some tweaks
author nenolod
date Tue, 23 Jan 2007 06:24:14 -0800
parents f93983482697
children 62c4c304a997
files ChangeLog src/vorbis/vorbis.c
diffstat 2 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 23 06:22:01 2007 -0800
+++ b/ChangeLog	Tue Jan 23 06:24:14 2007 -0800
@@ -1,3 +1,11 @@
+2007-01-23 14:22:01 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [1162]
+  - remove other debug notices
+  
+  trunk/src/vorbis/vorbis.c |    1 -
+  1 file changed, 1 deletion(-)
+
+
 2007-01-23 14:20:09 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [1160]
   - treat all failures the same. this is XIPH. we're not going to ever be 
--- a/src/vorbis/vorbis.c	Tue Jan 23 06:22:01 2007 -0800
+++ b/src/vorbis/vorbis.c	Tue Jan 23 06:24:14 2007 -0800
@@ -369,9 +369,10 @@
                     2, 1, &current_section);
     }
 
+    /*
+     * We got some sort of error. Bail.
+     */
     if (bytes <= 0) {
-    case 0:
-        /* EOF */
         g_mutex_unlock(vf_mutex);
         vorbis_ip.output->buffer_free();
         vorbis_ip.output->buffer_free();