pjsip_transport_events.c: Use %zu printf specifier for size_t.

Partially resolves #143.
This commit is contained in:
Sean Bright 2023-06-05 10:50:13 -04:00 committed by asterisk-org-access-app[bot]
parent 7e1f0b8e1f
commit 642b84c9c9
1 changed files with 1 additions and 1 deletions

View File

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