comparison src/oscar.c @ 512:7922abb3262d

[gaim-migrate @ 522] bah committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 20 Jul 2000 20:38:44 +0000
parents 3133ab511d92
children eaddaa0dbbcb
comparison
equal deleted inserted replaced
511:3133ab511d92 512:7922abb3262d
907 907
908 int gaim_directim_typing(struct aim_session_t *sess, struct command_rx_struct *command, ...) { 908 int gaim_directim_typing(struct aim_session_t *sess, struct command_rx_struct *command, ...) {
909 va_list ap; 909 va_list ap;
910 char *sn; 910 char *sn;
911 911
912 ap = va_start(ap, command); 912 va_start(ap, command);
913 sn = va_arg(ap, char *); 913 sn = va_arg(ap, char *);
914 va_end(ap); 914 va_end(ap);
915 915
916 /* I had to leave this. It's just too funny. It reminds me of my sister. */ 916 /* I had to leave this. It's just too funny. It reminds me of my sister. */
917 sprintf(debug_buff, "ohmigod! %s has started typing (DirectIM). He's going to send you a message! *squeal*\n", sn); 917 sprintf(debug_buff, "ohmigod! %s has started typing (DirectIM). He's going to send you a message! *squeal*\n", sn);