[asterisk-commits] kmoore: trunk r420389 - /trunk/res/res_pjsip_pubsub.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Aug 7 15:11:21 CDT 2014
Author: kmoore
Date: Thu Aug 7 15:11:15 2014
New Revision: 420389
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=420389
Log:
Fix build in dev mode
Modified:
trunk/res/res_pjsip_pubsub.c
Modified: trunk/res/res_pjsip_pubsub.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip_pubsub.c?view=diff&rev=420389&r1=420388&r2=420389
==============================================================================
--- trunk/res/res_pjsip_pubsub.c (original)
+++ trunk/res/res_pjsip_pubsub.c Thu Aug 7 15:11:15 2014
@@ -3499,7 +3499,7 @@
int i;
if (AST_VECTOR_SIZE(&node->children) != num_resources) {
- ast_test_status_update(test, "Unexpected number of resources in tree. Expected %d, got %d\n",
+ ast_test_status_update(test, "Unexpected number of resources in tree. Expected %zu, got %zu\n",
num_resources, AST_VECTOR_SIZE(&node->children));
return -1;
}
More information about the asterisk-commits
mailing list