fix 32/64 format

This commit is contained in:
Anthony Minessale 2011-04-14 17:50:43 -05:00
parent 4c4bf59e45
commit 9c7d50b4e8
1 changed files with 1 additions and 1 deletions

View File

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