From ca40e2156a2187de74698cfd793a931a81eafecb Mon Sep 17 00:00:00 2001 From: Seven Du Date: Sat, 11 Jan 2014 10:05:28 +0800 Subject: [PATCH] fix mod_fifo build --- src/mod/applications/mod_fifo/mod_fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index 42911aad94..f09236539a 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -1486,7 +1486,7 @@ static void *SWITCH_THREAD_FUNC ringall_thread_run(switch_thread_t *thread, void char *name = switch_mprintf("variable_%s", argv[x]); if ((tmp = switch_event_get_header(pop, name))) { - switch_event_add_header(ovars, SWITCH_STACK_BOTTOM, argv[x], tmp); + switch_event_add_header_string(ovars, SWITCH_STACK_BOTTOM, argv[x], tmp); } free(name);