aboutsummaryrefslogtreecommitdiff
path: root/comms/gtkmmorse/files/patch-src_astream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'comms/gtkmmorse/files/patch-src_astream.cc')
-rw-r--r--comms/gtkmmorse/files/patch-src_astream.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/gtkmmorse/files/patch-src_astream.cc b/comms/gtkmmorse/files/patch-src_astream.cc
new file mode 100644
index 000000000000..bc0d714170bb
--- /dev/null
+++ b/comms/gtkmmorse/files/patch-src_astream.cc
@@ -0,0 +1,10 @@
+--- src/astream.cc.orig 2008-02-28 18:08:45 UTC
++++ src/astream.cc
+@@ -44,6 +44,7 @@ oastream::oastream()
+ m_format.channels = 2;
+ m_format.rate = 44100;
+ m_format.byte_format = AO_FMT_LITTLE;
++ m_format.matrix=NULL;
+
+ ao_initialize();
+ }