comparison src/protocols/oscar/oscar.c @ 11537:9b58dadf1c16

[gaim-migrate @ 13791] thefox in #gaim randomly pasted this spelling fix committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 14 Sep 2005 01:15:28 +0000
parents c9b815aeddc1
children 603a0e626332
comparison
equal deleted inserted replaced
11536:16796e09b9c1 11537:9b58dadf1c16
3905 char *iconfile; 3905 char *iconfile;
3906 GString *message; 3906 GString *message;
3907 gchar *tmp; 3907 gchar *tmp;
3908 aim_mpmsg_section_t *curpart; 3908 aim_mpmsg_section_t *curpart;
3909 3909
3910 gaim_debug_misc("oscar", "Recived IM from %s with %d parts\n", 3910 gaim_debug_misc("oscar", "Received IM from %s with %d parts\n",
3911 userinfo->sn, args->mpmsg.numparts); 3911 userinfo->sn, args->mpmsg.numparts);
3912 3912
3913 if (args->mpmsg.numparts == 0) 3913 if (args->mpmsg.numparts == 0)
3914 return 1; 3914 return 1;
3915 3915