aboutsummaryrefslogtreecommitdiff
path: root/comms/gtkmmorse/files/patch-src_astream.cc
blob: bc0d714170bb3c4c9eac33ac2bebc3dc63dd6fd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
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();
 }