From eac5b83ea5adc131d11be3e54d06a2a1623f665f Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 21 Apr 2003 01:44:55 +0000 Subject: [PATCH] remove some debug info --- libs/audio/renderer/vorbis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/audio/renderer/vorbis.c b/libs/audio/renderer/vorbis.c index 1be9ed594..bf3d8757b 100644 --- a/libs/audio/renderer/vorbis.c +++ b/libs/audio/renderer/vorbis.c @@ -263,7 +263,7 @@ vorbis_stream_open (sfx_t *_sfx) QFS_FOpenFile (stream->file, &file); if (!file) return 0; -puts (stream->file); + sfx = calloc (1, sizeof (sfx_t)); samples = shm->speed * 0.3; size = samples = (samples + 255) & ~255;