summaryrefslogtreecommitdiff
path: root/tests/test_core_format.c
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2014-07-21 17:01:05 +0000
committerKinsey Moore <kmoore@digium.com>2014-07-21 17:01:05 +0000
commit6e31ca48b05552e507b3d340cc2ee4aa86a8dc7e (patch)
treef3a860726d5b19666414067fe619c3c4c05a6edf /tests/test_core_format.c
parent7622f1ad2a2b1d1587f16dfde6416a7b8ba70069 (diff)
Fix build in dev-mode
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@419110 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests/test_core_format.c')
-rw-r--r--tests/test_core_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core_format.c b/tests/test_core_format.c
index 2ae944bb3..a6614d6a3 100644
--- a/tests/test_core_format.c
+++ b/tests/test_core_format.c
@@ -232,7 +232,7 @@ static void test_core_format_generate_sdp_fmtp(const struct ast_format *format,
return;
}
- ast_str_append(str, 0, "a=fmtp:%d one=%d;two=%d\r\n", payload, pvt->field_one, pvt->field_two);
+ ast_str_append(str, 0, "a=fmtp:%u one=%d;two=%d\r\n", payload, pvt->field_one, pvt->field_two);
++test_callbacks_called.format_generate_sdp_fmtp;
}