]> andersk Git - libfaim.git/commitdiff
- Wed Apr 25 11:51:39 PDT 2001
authormid <mid>
Wed, 25 Apr 2001 18:57:59 +0000 (18:57 +0000)
committermid <mid>
Wed, 25 Apr 2001 18:57:59 +0000 (18:57 +0000)
  - I think this was a bug.

CHANGES
src/login.c

diff --git a/CHANGES b/CHANGES
index 263256313e1316ea2bad793533e59dea7b626143..54f1194ff378493d8d750471bcc78697758d2855 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
 
 No release numbers
 ------------------
+ - Wed Apr 25 11:51:39 PDT 2001
+  - I think this was a bug.
+
  - Tue Apr 24 17:36:03 PDT 2001
   - Let Eric generate the hash if he wants.
 
index e7c1f6657f09124b97b73a4c22896600552171f3..98b81208947cb08a6aaffa99b5e076f9079ff894 100644 (file)
@@ -768,7 +768,7 @@ faim_export int aim_sendmemblock(struct aim_session_t *sess, struct aim_conn_t *
   struct command_tx_struct *tx;
   int i = 0;
 
-  if (!sess || !conn || ((offset == 0) && !buf))
+  if (!sess || !conn)
     return 0;
 
   if (!(tx = aim_tx_new(sess, conn, AIM_FRAMETYPE_OSCAR, 0x0002, 10+2+16)))
This page took 0.05974 seconds and 5 git commands to generate.