<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -198,7 +198,7 @@ sip_new(struct pn_peer_call *call,
         char *end;
         end = strchr(body, '\r');
         if (end)
-            pn_info(&quot;send sip: %.*s&quot;, (gint) (end - body), body);
+            pn_info(&quot;send sip: %.*s&quot;, (int) (end - body), body);
     }
 
     body_len = strlen(body);
@@ -801,7 +801,7 @@ pn_sip_recv(struct pn_peer_link *link,
         char *end;
         end = strchr(body, '\r');
         if (end)
-            pn_info(&quot;recv sip: %.*s&quot;, (gint) (end - body), body);
+            pn_info(&quot;recv sip: %.*s&quot;, (int) (end - body), body);
     }
 
     if (strncmp(body, &quot;INVITE&quot;, strlen(&quot;INVITE&quot;)) == 0) {</diff>
      <filename>cvr/pn_peer_msg.c</filename>
    </modified>
    <modified>
      <diff>@@ -555,7 +555,7 @@ process_body_receive (OimRequest *oim_request,
     gchar *cur;
     guint32 date = 0;
 
-    pn_debug(&quot;body=[%.*s]&quot;, (guint) length, body);
+    pn_debug(&quot;body=[%.*s]&quot;, (int) length, body);
 
     /** @todo find a way to parse the date in win32 */
 #ifndef G_OS_WIN32
@@ -600,7 +600,7 @@ process_body_delete (OimRequest *oim_request,
                      char *body,
                      gsize length)
 {
-    pn_debug(&quot;body=[%.*s]&quot;, (guint) length, body);
+    pn_debug(&quot;body=[%.*s]&quot;, (int) length, body);
 
     if (strstr (body, &quot;Schema validation error&quot;))
         pn_error (&quot;deleting oim=[%s]: schema validation error&quot;, oim_request-&gt;message_id);
@@ -613,7 +613,7 @@ process_body_send (OimRequest *oim_request,
 {
     gchar *cur;
 
-    pn_debug(&quot;body=[%.*s]&quot;, (guint) length, body);
+    pn_debug(&quot;body=[%.*s]&quot;, (int) length, body);
 
     cur = strstr (body, &quot;&lt;LockKeyChallenge &quot;);
     if (cur)
@@ -675,7 +675,7 @@ process_body_auth (OimRequest *oim_request,
 {
     gchar *cur;
 
-    pn_debug (&quot;body=[%.*s]&quot;, (guint) length, body);
+    pn_debug (&quot;body=[%.*s]&quot;, (int) length, body);
 
     cur = strstr (body, &quot;&lt;wsse:BinarySecurityToken Id=\&quot;PPToken1\&quot;&gt;&quot;);
     if (cur)</diff>
      <filename>pn_oim.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>96784902cf9ef17c15bf7816f35c7ab282e5ed5b</id>
    </parent>
  </parents>
  <author>
    <name>Felipe Contreras</name>
    <email>felipe.contreras@gmail.com</email>
  </author>
  <url>http://github.com/felipec/msn-pecan/commit/e795b33b29d792f19fcf699275eb966dc68be257</url>
  <id>e795b33b29d792f19fcf699275eb966dc68be257</id>
  <committed-date>2009-10-25T12:51:26-07:00</committed-date>
  <authored-date>2009-10-25T12:21:15-07:00</authored-date>
  <message>Fix clang warnings from previous commit

And a few other cleanups.

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
Signed-off-by: V&#237;ctor Manuel J&#225;quez Leal &lt;vjaquez@igalia.com&gt;</message>
  <tree>4706c55b820d84c707df3decbd2e53a621c8bb71</tree>
  <committer>
    <name>Felipe Contreras</name>
    <email>felipe.contreras@gmail.com</email>
  </committer>
</commit>
