提交 9c7d50b4 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix 32/64 format

上级 4c4bf59e
...@@ -4860,7 +4860,7 @@ SWITCH_STANDARD_API(vm_fsdb_msg_list_function) ...@@ -4860,7 +4860,7 @@ SWITCH_STANDARD_API(vm_fsdb_msg_list_function)
profile_rwunlock(profile); profile_rwunlock(profile);
switch_event_add_header(cbt.my_params, SWITCH_STACK_BOTTOM, "VM-List-Count", "%ld", cbt.len); switch_event_add_header(cbt.my_params, SWITCH_STACK_BOTTOM, "VM-List-Count", "%"SWITCH_SIZE_T_FMT, cbt.len);
switch_event_serialize_json(cbt.my_params, &ebuf); switch_event_serialize_json(cbt.my_params, &ebuf);
switch_event_destroy(&cbt.my_params); switch_event_destroy(&cbt.my_params);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论