cpw.qulogic.msn: 4111770b: Fix up a typo between the declaration an...
qulogic at pidgin.im
qulogic at pidgin.im
Mon Jun 16 21:15:49 EDT 2008
-----------------------------------------------------------------
Revision: 4111770b80a7087ebe9a19f64e3b6856aebc1e4e
Ancestor: 0b1c271ebe937463e5e2d3aa2e9dd46c79c6a5bc
Author: qulogic at pidgin.im
Date: 2008-06-16T02:29:33
Branch: im.pidgin.cpw.qulogic.msn
URL: http://d.pidgin.im/viewmtn/revision/info/4111770b80a7087ebe9a19f64e3b6856aebc1e4e
Modified files:
libpurple/protocols/msn/msn.c
ChangeLog:
Fix up a typo between the declaration and definition of msn_got_photo.
References #5982.
-------------- next part --------------
============================================================
--- libpurple/protocols/msn/msn.c a1af9c94dee88b102448ad17fec112a95f51c47f
+++ libpurple/protocols/msn/msn.c 876fd0228060e69f106323a709d252d42e9bceaa
@@ -1807,7 +1807,7 @@ static void msn_got_photo(PurpleUtilFetc
}
static void msn_got_photo(PurpleUtilFetchUrlData *url_data, gpointer data,
- const gchar *url_text, size_t len, const gchar *error_message);
+ const gchar *url_text, gsize len, const gchar *error_message);
#endif
More information about the Commits
mailing list