diff libfaim/aim_search.c @ 445:e4c34ca88d9b

[gaim-migrate @ 455] Hehehehehe Libfaim got updated, gaim got updated. btw, gaim/faim can't sign in yet, don't ask me why. it's not my fault. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 29 Jun 2000 20:40:28 +0000
parents 0f14e6d8a51b
children 595ac7759563
line wrap: on
line diff
--- a/libfaim/aim_search.c	Thu Jun 29 19:38:18 2000 +0000
+++ b/libfaim/aim_search.c	Thu Jun 29 20:40:28 2000 +0000
@@ -17,7 +17,7 @@
   if (!address)
     return -1;
 
-  if (!(newpacket = aim_tx_new(0x0002, conn, 10+strlen(address))))
+  if (!(newpacket = aim_tx_new(AIM_FRAMETYPE_OSCAR, 0x0002, conn, 10+strlen(address))))
     return -1;
 
   newpacket->lock = 1;