Module: sip-router
Branch: master
Commit: 05f0ed6d77602f3ee1a2cfc8cee1c760dc2f6800
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=05f0ed6d77602f3ee1a2cfc8cee1c760dc2f6800

Author: Peter Dunkley <[email protected]>
Committer: Peter Dunkley <[email protected]>
Date:   Tue Oct 22 10:45:56 2013 +0100

modules/mi_xmlrpc: fixed compilation warning

---

 modules/mi_xmlrpc/abyss_xmlrpc_server.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/mi_xmlrpc/abyss_xmlrpc_server.c 
b/modules/mi_xmlrpc/abyss_xmlrpc_server.c
index 53e0ba0..ef28031 100644
--- a/modules/mi_xmlrpc/abyss_xmlrpc_server.c
+++ b/modules/mi_xmlrpc/abyss_xmlrpc_server.c
@@ -1028,7 +1028,7 @@ xmlrpc_server_abyss(xmlrpc_env *                      
const envP,
         xmlrpc_faultf(envP,
                       "You must specify members at least up through "
                       "'registryP' in the server parameters argument.  "
-                      "That would mean the parameter size would be >= %u "
+                      "That would mean the parameter size would be >= %lu "
                       "but you specified a size of %u",
                       XMLRPC_APSIZE(registryP), parmSize);
     else {


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to