diff options
Diffstat (limited to 'net/asterisk16/files/patch-main::frame.c')
-rw-r--r-- | net/asterisk16/files/patch-main::frame.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/asterisk16/files/patch-main::frame.c b/net/asterisk16/files/patch-main::frame.c index 232de08a9e21..d520d429220b 100644 --- a/net/asterisk16/files/patch-main::frame.c +++ b/net/asterisk16/files/patch-main::frame.c @@ -1,11 +1,11 @@ $FreeBSD$ ---- main/frame.c.orig Wed Jan 25 13:22:43 2006 -+++ main/frame.c Wed Jan 25 13:21:25 2006 -@@ -1170,7 +1170,7 @@ static int g723_len(unsigned char buf) - { - switch(buf & TYPE_MASK) { +--- main/frame.c ++++ main/frame.c +@@ -1260,7 +1260,7 @@ + + switch(type) { case TYPE_DONTSEND: - return 0; + return 2; |