[Asterisk-cvs] libpri q931.c,1.24,1.25

markster at lists.digium.com markster at lists.digium.com
Mon Oct 6 00:14:06 CDT 2003


Update of /usr/cvsroot/libpri
In directory mongoose.digium.com:/tmp/cvs-serv15407

Modified Files:
	q931.c 
Log Message:
Fix for new GCC's


Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri/q931.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- q931.c	25 Sep 2003 06:13:14 -0000	1.24
+++ q931.c	6 Oct 2003 05:15:16 -0000	1.25
@@ -1908,7 +1908,8 @@
 	q931_mh *mh;
 	q931_call *c;
 	q931_ie *ie;
-	int x,y;
+	unsigned int x;
+	int y;
 	int res;
 	int r;
 	int mandies[MAX_MAND_IES];




More information about the svn-commits mailing list