]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix warning
authorMathieu Rene <mrene@avgs.ca>
Mon, 16 May 2011 20:46:09 +0000 (16:46 -0400)
committerMathieu Rene <mrene@avgs.ca>
Mon, 16 May 2011 20:46:09 +0000 (16:46 -0400)
src/switch_ivr.c

index 94fa0651ba977b9f3a743ba8350517c49245f163..74c8f7efd09443cf9d2f5d8f5178e4c5c76f7e71 100644 (file)
@@ -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);
                }
        }