summaryrefslogtreecommitdiff
path: root/tests/test_json.c
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2014-07-22 14:22:00 +0000
committerKinsey Moore <kmoore@digium.com>2014-07-22 14:22:00 +0000
commit9056c23bbd7247bc7b6f122382c84a759d64cef9 (patch)
tree951f92904824094adc53be4a9d0e6980522f2bae /tests/test_json.c
parent878db87fc09327b2116ecc291dde8595396dd19e (diff)
Fix more dev-mode build issues
........ Merged revisions 419129 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 419162 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 419163 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@419175 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests/test_json.c')
-rw-r--r--tests/test_json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_json.c b/tests/test_json.c
index 8ef490beb..9d624cdc6 100644
--- a/tests/test_json.c
+++ b/tests/test_json.c
@@ -85,7 +85,7 @@ static int json_test_cleanup(struct ast_test_info *info, struct ast_test *test)
ast_json_reset_alloc_funcs();
if (0 != alloc_count) {
ast_test_status_update(test,
- "JSON test leaked %zd allocations!\n", alloc_count);
+ "JSON test leaked %zu allocations!\n", alloc_count);
return -1;
}
return 0;