aboutsummaryrefslogtreecommitdiff
path: root/net/openam
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2002-01-25 12:12:57 +0000
committerRoger Hardiman <roger@FreeBSD.org>2002-01-25 12:12:57 +0000
commit426646b28f31103882361563d1e4836ae598a297 (patch)
treecb684d158f7289b604b58b534bd4ee29b0da0009 /net/openam
parent35678fe414d05fec2e49250f10e3da5c7d4e3cc5 (diff)
downloadports-426646b28f31103882361563d1e4836ae598a297.tar.gz
ports-426646b28f31103882361563d1e4836ae598a297.zip
Notes
Diffstat (limited to 'net/openam')
-rw-r--r--net/openam/files/patch-aa25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/openam/files/patch-aa b/net/openam/files/patch-aa
new file mode 100644
index 000000000000..17604d84a428
--- /dev/null
+++ b/net/openam/files/patch-aa
@@ -0,0 +1,25 @@
+*** main.cxx.orig Thu Jan 24 17:49:41 2002
+--- main.cxx Thu Jan 24 17:50:02 2002
+*************** BOOL G7231_OGMChannel::ReadFrame(PINDEX
+*** 1640,1649 ****
+ void G7231_OGMChannel::CreateSilenceFrame(PINDEX /*amount*/)
+ {
+ frameOffs = 0;
+! frameLen = 4;
+
+! frameBuffer[0] = 2;
+! memset(frameBuffer.GetPointer()+1, 0, 3);
+ }
+
+ BOOL G7231_OGMChannel::IsWAVFileValid(PWAVFile *chan) {
+--- 1640,1649 ----
+ void G7231_OGMChannel::CreateSilenceFrame(PINDEX /*amount*/)
+ {
+ frameOffs = 0;
+! frameLen = 24;
+
+! frameBuffer[0] = 0;
+! memset(frameBuffer.GetPointer()+1, 0, 23);
+ }
+
+ BOOL G7231_OGMChannel::IsWAVFileValid(PWAVFile *chan) {