~ubuntu-branches/ubuntu/jaunty/cmake/jaunty-security

« back to all changes in this revision

Viewing changes to Utilities/cmxmlrpc/xmlrpc_client.c

  • Committer: Bazaar Package Importer
  • Author(s): A. Maitland Bottoms
  • Date: 2006-06-18 16:34:11 UTC
  • mfrom: (1.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060618163411-pi234s3v6jwlcmof
Tags: 2.4.2-1
* New upstream release (Closes: #338324)
* Put cmake .vim files into /usr/share/vim/addons/plugin/
  where they can be used. (Closes: #366663)
* Install cmake-mode.el so it can be used. (Closes: #366664)
* Ensure cmake FindKDE locates KDE libraries on Debian
  based distributions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
                if (!envP->fault_occurred) {
270
270
                    xmlrpc_traceXml("XML-RPC CALL", 
271
271
                                    XMLRPC_MEMBLOCK_CONTENTS(char, callXmlP),
272
 
                                    XMLRPC_MEMBLOCK_SIZE(char, callXmlP));
 
272
                                    (unsigned int)XMLRPC_MEMBLOCK_SIZE(char, callXmlP));
273
273
        
274
274
                    callInfoP->serialized_xml = callXmlP;
275
275
 
312
312
            if (!envP->fault_occurred) {
313
313
                xmlrpc_traceXml("XML-RPC RESPONSE", 
314
314
                                XMLRPC_MEMBLOCK_CONTENTS(char, respXmlP),
315
 
                                XMLRPC_MEMBLOCK_SIZE(char, respXmlP));
 
315
                                (unsigned int)XMLRPC_MEMBLOCK_SIZE(char, respXmlP));
316
316
            
317
317
                *resultPP = xmlrpc_parse_response(
318
318
                    envP,