diff options
Diffstat (limited to 'audio/cmus/files/patch-ao.c')
-rw-r--r-- | audio/cmus/files/patch-ao.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/cmus/files/patch-ao.c b/audio/cmus/files/patch-ao.c deleted file mode 100644 index 74c666053891..000000000000 --- a/audio/cmus/files/patch-ao.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ao.c.orig 2010-06-05 20:09:57.000000000 +0200 -+++ ao.c 2010-06-05 20:10:36.000000000 +0200 -@@ -71,6 +71,7 @@ static int op_ao_open(sample_format_t sf - return -OP_ERROR_ERRNO; - } - -+ memset(&format, 0, sizeof(format)); - format.bits = sf_get_bits(sf); - format.rate = sf_get_rate(sf); - format.channels = sf_get_channels(sf); |