comparison libpurple/protocols/yahoo/yahoo_packet.c @ 22551:c65c96e231b5

Printf warning fixes.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 27 Mar 2008 02:09:51 +0000
parents 3225c99785b8
children 7988bbd25151 b99bc0b58a02
comparison
equal deleted inserted replaced
22550:9c83bea8ffd8 22551:c65c96e231b5
344 } 344 }
345 345
346 int yahoo_packet_send(struct yahoo_packet *pkt, struct yahoo_data *yd) 346 int yahoo_packet_send(struct yahoo_packet *pkt, struct yahoo_data *yd)
347 { 347 {
348 size_t len; 348 size_t len;
349 ssize_t ret; 349 gssize ret;
350 guchar *data; 350 guchar *data;
351 351
352 if (yd->fd < 0) 352 if (yd->fd < 0)
353 return -1; 353 return -1;
354 354