[Asterisk-cvs] zaptel wctdm.c,1.127,1.128
russell
russell
Fri Oct 21 19:56:35 CDT 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv1043
Modified Files:
wctdm.c
Log Message:
silence compiler warning
Index: wctdm.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wctdm.c,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- wctdm.c 4 Oct 2005 23:08:49 -0000 1.127
+++ wctdm.c 21 Oct 2005 23:50:07 -0000 1.128
@@ -671,7 +671,7 @@
static int __wait_access(struct wctdm *wc, int card)
{
- unsigned char data;
+ unsigned char data = 0;
long origjiffies;
int count = 0;
More information about the svn-commits
mailing list