[Asterisk-cvs] asterisk/pbx pbx_ael.c,1.5,1.6

russell at lists.digium.com russell at lists.digium.com
Fri Jul 15 12:24:54 CDT 2005


Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/tmp/cvs-serv11055/pbx

Modified Files:
	pbx_ael.c 
Log Message:
get rid of compiler warning


Index: pbx_ael.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_ael.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pbx_ael.c	5 Jul 2005 19:22:58 -0000	1.5
+++ pbx_ael.c	15 Jul 2005 16:32:44 -0000	1.6
@@ -486,7 +486,7 @@
 	struct stringlink *swargs, *cur;
 	int cpos;
 	int mlen;
-	int pattern;
+	int pattern = 0;
 	struct fillin *fillin;
 	while (*data && (*data < 33)) data++;
 	if (matches_label(data, &c)) {




More information about the svn-commits mailing list