FS-5129 --resolve

This commit is contained in:
Anthony Minessale 2013-02-26 20:48:39 -06:00
parent cf7c9428fb
commit e76e6b20f6
1 changed files with 1 additions and 1 deletions

View File

@ -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);