comparison src/protocols/yahoo/yahoo.c @ 3640:1c39909fb476

[gaim-migrate @ 3763] Bug fix by Craig Metz committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 11 Oct 2002 05:39:37 +0000
parents 9682c0e022c6
children 5e50f6746509
comparison
equal deleted inserted replaced
3639:1607fa5f3c1e 3640:1c39909fb476
534 stat = pair->value; 534 stat = pair->value;
535 if (pair->key == 14) 535 if (pair->key == 14)
536 game = pair->value; 536 game = pair->value;
537 l = l->next; 537 l = l->next;
538 } 538 }
539
540 if (!msg)
541 return;
539 542
540 if (!g_strncasecmp(msg, "TYPING", strlen("TYPING"))) { 543 if (!g_strncasecmp(msg, "TYPING", strlen("TYPING"))) {
541 if (*stat == '1') 544 if (*stat == '1')
542 serv_got_typing(gc, from, 0); 545 serv_got_typing(gc, from, 0);
543 else 546 else