diff src/protocols/oscar/bstream.c @ 4641:94635db7c6af

[gaim-migrate @ 4951] I introduced a bug with my extended ICQ info that caused AIM unicode messages to get dropped. This fixes that. I am such a clumsy American. Oh, thanks a bunch to cool people for helping me test this. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 03 Mar 2003 07:43:55 +0000
parents a964972cb361
children c0abcd675ca6
line wrap: on
line diff
--- a/src/protocols/oscar/bstream.c	Sun Mar 02 23:47:37 2003 +0000
+++ b/src/protocols/oscar/bstream.c	Mon Mar 03 07:43:55 2003 +0000
@@ -231,15 +231,9 @@
 		return NULL;
 	}
 
-	if (ob[0] == '\0') {
-		free(ob);
-		return NULL;
-	}
-	
 	ob[len] = '\0';
 
-	return ob;
-}
+	return ob;}
 
 faim_internal int aimbs_putraw(aim_bstream_t *bs, const fu8_t *v, int len)
 {