[Asterisk-cvs] asterisk/channels chan_modem_i4l.c,1.21,1.22
markster at lists.digium.com
markster at lists.digium.com
Mon Jan 24 07:57:56 CST 2005
- Previous message: [Asterisk-cvs] zaptel raddiag.tar.gz, NONE, 1.1 pciradio.rbt, 1.3,
1.4 pciradio_vhdl.tar.gz, 1.1, 1.2 pciradio.c, 1.9, 1.10
- Next message: [Asterisk-cvs] libpri q931.c,1.106,1.107
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv22871/channels
Modified Files:
chan_modem_i4l.c
Log Message:
Fix chan_modem_i4l to be sure we use unsigned (bug #3412)
Index: chan_modem_i4l.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_modem_i4l.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- chan_modem_i4l.c 24 Jan 2005 02:59:17 -0000 1.21
+++ chan_modem_i4l.c 24 Jan 2005 14:00:18 -0000 1.22
@@ -310,7 +310,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;
- Previous message: [Asterisk-cvs] zaptel raddiag.tar.gz, NONE, 1.1 pciradio.rbt, 1.3,
1.4 pciradio_vhdl.tar.gz, 1.1, 1.2 pciradio.c, 1.9, 1.10
- Next message: [Asterisk-cvs] libpri q931.c,1.106,1.107
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list