[svn-commits] tilghman: trunk r253004 - /trunk/tests/test_gosub.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 16 19:23:15 CDT 2010


Author: tilghman
Date: Tue Mar 16 19:23:12 2010
New Revision: 253004

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=253004
Log:
Argh.

Modified:
    trunk/tests/test_gosub.c

Modified: trunk/tests/test_gosub.c
URL: http://svnview.digium.com/svn/asterisk/trunk/tests/test_gosub.c?view=diff&rev=253004&r1=253003&r2=253004
==============================================================================
--- trunk/tests/test_gosub.c (original)
+++ trunk/tests/test_gosub.c Tue Mar 16 19:23:12 2010
@@ -144,7 +144,7 @@
 			}
 
 			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;
 			}




More information about the svn-commits mailing list