From e7038258607ee0237a50023fc0dd34d6d09c5fef Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 29 Dec 2008 04:34:37 +0000 Subject: [PATCH] shut up gcc 4.3.2 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10982 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- .../event_handlers/mod_event_multicast/mod_event_multicast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c b/src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c index 008505bafd..995ad10f1e 100644 --- a/src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c +++ b/src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c @@ -332,7 +332,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(mod_event_multicast_runtime) } if (var && strlen(var) > 1) { - switch_event_add_body(local_event, var); + switch_event_add_body(local_event, "%s", var); } switch_event_fire(&local_event);