Mercurial > pidgin
changeset 22908:3f9877080462
Use gssize instead of ssize_t as the latter isn't available everywhere.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 12 May 2008 02:13:40 +0000 |
parents | 1c87e81c44fa |
children | da022013ec2a |
files | libpurple/protocols/yahoo/yahoo_picture.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo_picture.c Mon May 12 02:08:04 2008 +0000 +++ b/libpurple/protocols/yahoo/yahoo_picture.c Mon May 12 02:13:40 2008 +0000 @@ -413,7 +413,7 @@ { struct yahoo_buddy_icon_upload_data *d = data; PurpleConnection *gc = d->gc; - ssize_t wrote; + gssize wrote; if (!PURPLE_CONNECTION_IS_VALID(gc)) { yahoo_buddy_icon_upload_data_free(d);