mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
pjsip_transport_events.c: Use %zu printf specifier for size_t.
Partially resolves #143.
(cherry picked from commit b7eae29fb9
)
This commit is contained in:
committed by
Asterisk Development Team
parent
99622c35e0
commit
ff60aae1c8
@@ -646,7 +646,7 @@ static char *cli_show_monitors(struct ast_cli_entry *e, int cmd, struct ast_cli_
|
||||
state = "ACTIVE";
|
||||
}
|
||||
|
||||
ast_cli(a->fd, " %-46.46s %-10s %-9s %6ld %8" PRIu64 " %s\n",
|
||||
ast_cli(a->fd, " %-46.46s %-10s %-9s %6ld %8zu %s\n",
|
||||
monitored->key, state,
|
||||
monitored->transport->dir == PJSIP_TP_DIR_OUTGOING ? "Outgoing" : "Incoming",
|
||||
pj_atomic_get(monitored->transport->ref_cnt),
|
||||
|
Reference in New Issue
Block a user