[Asterisk-cvs] asterisk/pbx pbx_ael.c,1.9,1.10
kpfleming
kpfleming
Fri Sep 2 15:11:42 CDT 2005
Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/tmp/cvs-serv13696/pbx
Modified Files:
pbx_ael.c
Log Message:
use matching char types for strings (issue #5106)
Index: pbx_ael.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_ael.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- pbx_ael.c 26 Aug 2005 20:10:17 -0000 1.9
+++ pbx_ael.c 2 Sep 2005 19:12:35 -0000 1.10
@@ -31,7 +31,7 @@
struct stringlink {
struct stringlink *next;
- unsigned char data[0];
+ char data[0];
};
#define FILLIN_BREAK 1
More information about the svn-commits
mailing list