| 314 if (body != NULL) |
314 if (body != NULL) |
| 315 { |
315 { |
| 316 /* Let's read the data. */ |
316 /* Let's read the data. */ |
| 317 len = read(directconn->fd, body, body_len); |
317 len = read(directconn->fd, body, body_len); |
| 318 |
318 |
| 319 purple_debug_info("msn", "len=%d\n", len); |
319 purple_debug_info("msn", "len=%" G_GSIZE_FORMAT "\n", len); |
| 320 } |
320 } |
| 321 else |
321 else |
| 322 { |
322 { |
| 323 purple_debug_error("msn", "Failed to allocate memory for read\n"); |
323 purple_debug_error("msn", "Failed to allocate memory for read\n"); |
| 324 len = 0; |
324 len = 0; |