From 5b0c26475df76dd28ca0dd43d6d7cb10d2a973a8 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 23 Jan 2003 12:47:24 +0000 Subject: annoying printf CVS patchset: 3993 CVS date: 2003/01/23 12:47:24 --- src/libreal/audio_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libreal/audio_decoder.c') diff --git a/src/libreal/audio_decoder.c b/src/libreal/audio_decoder.c index 38200df40..11365dd1b 100644 --- a/src/libreal/audio_decoder.c +++ b/src/libreal/audio_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_decoder.c,v 1.19 2003/01/08 01:02:30 miguelfreitas Exp $ + * $Id: audio_decoder.c,v 1.20 2003/01/23 12:47:24 miguelfreitas Exp $ * * thin layer to use real binary-only codecs in xine * @@ -138,7 +138,7 @@ void *__builtin_new(unsigned long size) { } void __builtin_delete (void *foo) { - printf ("libareal: __builtin_delete called\n"); + /* printf ("libareal: __builtin_delete called\n"); */ free (foo); } -- cgit v1.2.3