pidgin: b4afde23: Fix function to match header definition

datallah at pidgin.im datallah at pidgin.im
Sun May 11 22:35:54 EDT 2008


-----------------------------------------------------------------
Revision: b4afde23a418fe8181a3a3de0603e3dc74d6e1e2
Ancestor: a8e0a2a0df58d57a4ad431ce271e761514b52210
Author: datallah at pidgin.im
Date: 2008-05-12T02:27:24
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/b4afde23a418fe8181a3a3de0603e3dc74d6e1e2

Modified files:
        libpurple/protocols/oscar/msgcookie.c

ChangeLog: 

Fix function to match header definition

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/msgcookie.c	0f5b490c0411564bd328d520426733c139fdf258
+++ libpurple/protocols/oscar/msgcookie.c	fa2175271079c562cc9e675c8583117f0cb494bf
@@ -132,7 +132,7 @@ IcbmCookie *aim_mkcookie(guint8 *c, int 
  *         on success; returns NULL on error/not found
  */
 
-IcbmCookie *aim_checkcookie(OscarData *od, const guint8 *cookie, int type)
+IcbmCookie *aim_checkcookie(OscarData *od, const guint8 *cookie, const int type)
 {
 	IcbmCookie *cur;
 


More information about the Commits mailing list