summaryrefslogtreecommitdiff
path: root/tests/test_core_format.c
diff options
context:
space:
mode:
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;
}