diff libpurple/protocols/oscar/msgcookie.c @ 30008:59f4012b2b94

Found a few more places that need to use 64 bit value for the capabilities
author Mark Doliner <mark@kingant.net>
date Thu, 18 Mar 2010 05:47:15 +0000
parents 75c2382d54d1
children 420907755a2f
line wrap: on
line diff
--- a/libpurple/protocols/oscar/msgcookie.c	Thu Mar 18 04:53:49 2010 +0000
+++ b/libpurple/protocols/oscar/msgcookie.c	Thu Mar 18 05:47:15 2010 +0000
@@ -179,7 +179,7 @@
 }
 
 /* XXX I hate switch */
-int aim_msgcookie_gettype(int type)
+int aim_msgcookie_gettype(guint64 type)
 {
 	/* XXX: hokey-assed. needs fixed. */
 	switch(type) {