From 83c1bb9b88ba2820d01d5585b9a7d252380581f9 Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 4 Jul 2009 01:22:26 +0200 Subject: fixed SRC --- cvorbis.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cvorbis.c') diff --git a/cvorbis.c b/cvorbis.c index d0863d2c..7ce772e1 100644 --- a/cvorbis.c +++ b/cvorbis.c @@ -42,7 +42,6 @@ cvorbis_read (char *bytes, int size) { if (!file) return -1; - printf ("vorbis read %d bytes!\n", size); for (;;) { // read ogg @@ -61,10 +60,6 @@ cvorbis_read (char *bytes, int size) size -= ret; bytes += ret; } - else if (ret > size) { - printf ("read more than requested!\n"); - break; - } else { break; } -- cgit v1.2.3