[Asterisk-cvs] asterisk/apps app_read.c,1.12,1.13
anthm at lists.digium.com
anthm at lists.digium.com
Wed Dec 29 13:56:46 CST 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv20596/apps
Modified Files:
app_read.c
Log Message:
fix compiler warnings
Index: app_read.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_read.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- app_read.c 29 Dec 2004 13:42:14 -0000 1.12
+++ app_read.c 29 Dec 2004 18:51:33 -0000 1.13
@@ -69,8 +69,8 @@
int maxdigits=255;
int tries = 1;
int to = 0;
- int defined = 0, x = 0;
- char *argcopy;
+ x = 0;
+ char *argcopy = NULL;
char *args[8];
if (data)
More information about the svn-commits
mailing list