From: Anthony Minessale Date: Wed, 27 Feb 2013 02:48:39 +0000 (-0600) Subject: FS-5129 --resolve X-Git-Tag: v1.3.13~10^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e76e6b20f6d013c0a0a947858d287aec45a26546;p=thirdparty%2Ffreeswitch.git FS-5129 --resolve --- diff --git a/src/mod/applications/mod_httapi/mod_httapi.c b/src/mod/applications/mod_httapi/mod_httapi.c index 8734cde3e0..4b53b87fe5 100644 --- a/src/mod/applications/mod_httapi/mod_httapi.c +++ b/src/mod/applications/mod_httapi/mod_httapi.c @@ -2513,7 +2513,7 @@ static switch_status_t write_meta_file(http_file_context_t *context, const char } switch_snprintf(write_data, sizeof(write_data), - "%" SWITCH_TIME_T_FMT ":%s", + "%" TIME_T_FMT ":%s", switch_epoch_time_now(NULL) + ttl, data);