shut up gcc 4.3.2

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10982 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-12-29 04:34:37 +00:00
parent 7865c64061
commit e703825860
1 changed files with 1 additions and 1 deletions

View File

@ -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);