summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'audio/vorbis-tools/patches/patch-ae')
-rw-r--r--audio/vorbis-tools/patches/patch-ae6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/vorbis-tools/patches/patch-ae b/audio/vorbis-tools/patches/patch-ae
index d204062bb18..5bb926dcd1e 100644
--- a/audio/vorbis-tools/patches/patch-ae
+++ b/audio/vorbis-tools/patches/patch-ae
@@ -1,11 +1,11 @@
-$NetBSD: patch-ae,v 1.3 2010/05/19 18:25:20 drochner Exp $
+$NetBSD: patch-ae,v 1.4 2010/11/09 13:13:03 adam Exp $
---- ogg123/callbacks.c.orig 2010-05-19 16:23:11.000000000 +0000
+--- ogg123/callbacks.c.orig 2010-01-27 04:14:11.000000000 +0000
+++ ogg123/callbacks.c
@@ -48,6 +48,7 @@ void audio_reopen_action (buf_t *buf, vo
close_audio_devices (reopen_arg->devices);
-
+
+ memset(&format, 0, sizeof(format));
/* Record audio device settings and open the devices */
format.rate = reopen_arg->format->rate;