diff options
Diffstat (limited to 'sysutils/cdrdao/files/patch-xdao__SoundIF-ao.cc')
-rw-r--r-- | sysutils/cdrdao/files/patch-xdao__SoundIF-ao.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sysutils/cdrdao/files/patch-xdao__SoundIF-ao.cc b/sysutils/cdrdao/files/patch-xdao__SoundIF-ao.cc deleted file mode 100644 index 2e5bde7b6ebc..000000000000 --- a/sysutils/cdrdao/files/patch-xdao__SoundIF-ao.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- xdao/SoundIF-ao.cc.orig 2010-06-06 16:37:14.000000000 +0200 -+++ xdao/SoundIF-ao.cc 2010-06-06 16:42:17.000000000 +0200 -@@ -37,6 +37,7 @@ SoundIF::SoundIF() - - impl_ = new SoundIFImpl; - impl_->driverId = ao_default_driver_id(); -+ memset(&impl_->format, 0, sizeof(impl_->format)); - impl_->format.bits = 16; - impl_->format.rate = 44100; - impl_->format.channels = 2; |