From: Mathieu Rene Date: Mon, 16 May 2011 20:46:09 +0000 (-0400) Subject: fix warning X-Git-Tag: v1.2-rc1~118^2~6^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dc67c88d3bbb91caf5b931acf263bc2a3179f22;p=thirdparty%2Ffreeswitch.git fix warning --- 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); } }