From 5dc67c88d3bbb91caf5b931acf263bc2a3179f22 Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Mon, 16 May 2011 16:46:09 -0400 Subject: [PATCH] fix warning --- src/switch_ivr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_ivr.c b/src/switch_ivr.c index 94fa0651ba..74c8f7efd0 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -2078,7 +2078,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_generate_xml_cdr(switch_core_session_ switch_xml_set_attr_d(x_application, "app_data", ap->arg); switch_snprintf(tmp, sizeof(tmp), "%" SWITCH_TIME_T_FMT, ap->stamp); - switch_xml_set_attr_d(x_application, "app_stamp", tmp); + switch_xml_set_attr_d_buf(x_application, "app_stamp", tmp); } }