[asterisk-commits] qwell: branch qwell/ast_log-channelize r51316 - /team/qwell/ast_log-channeliz...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Jan 19 11:07:57 MST 2007


Author: qwell
Date: Fri Jan 19 12:07:56 2007
New Revision: 51316

URL: http://svn.digium.com/view/asterisk?view=rev&rev=51316
Log:
I did this "on accident".  I was testing something, and forgot to change it back

Modified:
    team/qwell/ast_log-channelize/apps/app_externalivr.c

Modified: team/qwell/ast_log-channelize/apps/app_externalivr.c
URL: http://svn.digium.com/view/asterisk/team/qwell/ast_log-channelize/apps/app_externalivr.c?view=diff&rev=51316&r1=51315&r2=51316
==============================================================================
--- team/qwell/ast_log-channelize/apps/app_externalivr.c (original)
+++ team/qwell/ast_log-channelize/apps/app_externalivr.c Fri Jan 19 12:07:56 2007
@@ -93,7 +93,7 @@
 };
 
 static void send_child_event(FILE *handle, const char event, const char *data,
-			     struct ast_channel *chan)
+			     const struct ast_channel *chan)
 {
 	char tmp[256];
 



More information about the asterisk-commits mailing list