summaryrefslogtreecommitdiff
path: root/res/res_fax_spandsp.c
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2014-07-18 19:07:12 +0000
committerKinsey Moore <kmoore@digium.com>2014-07-18 19:07:12 +0000
commit88d847374607e426ad6be29544322d9fc0a1bef0 (patch)
tree61149f6e7b6dd80c862ea594b5e29deb382960d9 /res/res_fax_spandsp.c
parent0a99e4099b66a026f8c69d22d382e5e30ebe6f5e (diff)
Fix build in dev-mode
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418980 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_fax_spandsp.c')
-rw-r--r--res/res_fax_spandsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_fax_spandsp.c b/res/res_fax_spandsp.c
index 96fd83d76..75018e864 100644
--- a/res/res_fax_spandsp.c
+++ b/res/res_fax_spandsp.c
@@ -1090,7 +1090,7 @@ static void spandsp_manager_fax_session(struct mansession *s,
}
ao2_lock(session);
- res = ast_str_append(&message_string, 0, "SessionNumber: %d\r\n", session->id);
+ res = ast_str_append(&message_string, 0, "SessionNumber: %u\r\n", session->id);
res |= ast_str_append(&message_string, 0, "Operation: %s\r\n", ast_fax_session_operation_str(session));
res |= ast_str_append(&message_string, 0, "State: %s\r\n", ast_fax_state_to_str(session->state));