[Asterisk-cvs] asterisk/channels chan_iax2.c,1.214,1.215

markster at lists.digium.com markster at lists.digium.com
Sat Nov 13 11:12:12 CST 2004


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

Modified Files:
	chan_iax2.c 
Log Message:
Updates from char * to const char * + german syntax + enumeration (bug #2780)


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- chan_iax2.c	9 Nov 2004 05:05:06 -0000	1.214
+++ chan_iax2.c	13 Nov 2004 16:13:07 -0000	1.215
@@ -3511,7 +3511,7 @@
 	f.samples = 0;
 	f.mallocd = 0;
 	f.offset = 0;
-	f.src = __FUNCTION__;
+	f.src = (char *)__FUNCTION__;
 	f.data = data;
 	return iax2_send(i, &f, ts, seqno, now, transfer, final);
 }




More information about the svn-commits mailing list