summaryrefslogtreecommitdiff
path: root/tests/test_gosub.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-03-17 00:23:12 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-03-17 00:23:12 +0000
commite93c16ccc6e0b83776db7fced090158791468176 (patch)
tree43f12e2d645207cfee58454f637ad44e30d2de13 /tests/test_gosub.c
parent374e4e9d726ef6084180fdee7741f22b1efe60ce (diff)
Argh.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253004 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests/test_gosub.c')
-rw-r--r--tests/test_gosub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gosub.c b/tests/test_gosub.c
index 5fb56dece..b10e73ed5 100644
--- a/tests/test_gosub.c
+++ b/tests/test_gosub.c
@@ -144,7 +144,7 @@ AST_TEST_DEFINE(test_gosub)
}
if ((exec_res = pbx_exec(chan, app, testplan[i].args)) && ((const char *) exec_res != testplan[i].expected_value)) {
- ast_test_status_update(test, "Application '%s' exited abnormally (with code %d)\n", testplan[i].app, exec_res);
+ ast_test_status_update(test, "Application '%s' exited abnormally (with code %d)\n", testplan[i].app, (int) exec_res);
res = AST_TEST_FAIL;
break;
}