[svn-commits] trunk - r8135 /trunk/channels/chan_local.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Jan 17 11:31:04 MST 2006


Author: bweschke
Date: Tue Jan 17 12:31:03 2006
New Revision: 8135

URL: http://svn.digium.com/view/asterisk?rev=8135&view=rev
Log:
 Fix compiler warning.


Modified:
    trunk/channels/chan_local.c

Modified: trunk/channels/chan_local.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_local.c?rev=8135&r1=8134&r2=8135&view=diff
==============================================================================
--- trunk/channels/chan_local.c (original)
+++ trunk/channels/chan_local.c Tue Jan 17 12:31:03 2006
@@ -390,7 +390,7 @@
 	struct local_pvt *cur, *prev=NULL;
 	struct ast_channel *ochan = NULL;
 	int glaredetect;
-	char *status;
+	const char *status;
 
 	ast_mutex_lock(&p->lock);
 	isoutbound = IS_OUTBOUND(ast, p);



More information about the svn-commits mailing list