[Asterisk-cvs] asterisk/channels chan_modem_i4l.c,1.34,1.35
markster
markster
Sat Nov 12 20:02:35 CST 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv27510/channels
Modified Files:
chan_modem_i4l.c
Log Message:
Fix i4l breakage (bug #5729)
Index: chan_modem_i4l.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_modem_i4l.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- chan_modem_i4l.c 6 Nov 2005 15:09:46 -0000 1.34
+++ chan_modem_i4l.c 13 Nov 2005 00:52:57 -0000 1.35
@@ -329,7 +329,7 @@
static struct ast_frame *i4l_read(struct ast_modem_pvt *p)
{
- char result[256];
+ unsigned char result[256];
short *b;
struct ast_frame *f=NULL;
int res;
More information about the svn-commits
mailing list