diff src/protocols/oscar/buddylist.c @ 2315:7ec21662ffc2

[gaim-migrate @ 2325] ha. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 20 Sep 2001 03:16:43 +0000
parents 933346315b9b
children 95b4ec08abec
line wrap: on
line diff
--- a/src/protocols/oscar/buddylist.c	Thu Sep 20 01:44:24 2001 +0000
+++ b/src/protocols/oscar/buddylist.c	Thu Sep 20 03:16:43 2001 +0000
@@ -127,7 +127,7 @@
 	if (!sn || !strlen(sn))
 		return -EINVAL;
 
-	if (!(fr = aim_tx_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x0002, 10+1+strlen(sn))))
+	if (!(fr = aim_tx_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x02, 10+1+strlen(sn))))
 		return -ENOMEM;
 
 	snacid = aim_cachesnac(sess, 0x0003, 0x0005, 0x0000, sn, strlen(sn)+1);