提交 4b54ec07 authored 作者: Jeff Lenk's avatar Jeff Lenk 提交者: Anthony Minessale

FS-5389

上级 b214af4c
......@@ -1982,7 +1982,7 @@ static void switch_xml_user_cache(const char *key, const char *user_name, const
}
if (expires) {
char *expires_val = malloc(1024);
if (sprintf(expires_val, "%ld", expires)) {
if (sprintf(expires_val, "%ld", (long)expires)) {
switch_core_hash_insert(CACHE_EXPIRES_HASH, mega_key, expires_val);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论