changeset 2247:f721ae9582d5

[gaim-migrate @ 2257] for thoroughness. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 09 Sep 2001 10:12:26 +0000
parents 933346315b9b
children cef6d4e81aec
files src/protocols/oscar/CHANGES src/protocols/oscar/ft.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/CHANGES	Sun Sep 09 10:07:14 2001 +0000
+++ b/src/protocols/oscar/CHANGES	Sun Sep 09 10:12:26 2001 +0000
@@ -1,6 +1,9 @@
 
 No release numbers
 ------------------
+ - Sun Sep  9 03:01:28 PDT 2001
+  - Three fixes in directim for gaim.  It works now. Yay.
+
  - Sat Sep  8 21:26:27 PDT 2001
   - Minor bug directim_connect
 
--- a/src/protocols/oscar/ft.c	Sun Sep 09 10:07:14 2001 +0000
+++ b/src/protocols/oscar/ft.c	Sun Sep 09 10:12:26 2001 +0000
@@ -314,6 +314,7 @@
 	memcpy(cookie->cookie, ck, 8);
 	cookie->type = AIM_COOKIETYPE_OFTIM;
 
+	/* this one is for the cookie */
 	priv = (struct aim_directim_intdata *)calloc(1, sizeof(struct aim_directim_intdata));
 
 	memcpy(priv->cookie, ck, 8);