comparison src/perl.c @ 1734:dd78a230aa06

[gaim-migrate @ 1744] fun stuff committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 20 Apr 2001 23:04:48 +0000
parents 2d7601acacdd
children 1e0613d9526b
comparison
equal deleted inserted replaced
1733:4e51ddc6632f 1734:dd78a230aa06
454 GSList *c = connections; 454 GSList *c = connections;
455 struct gaim_connection *gc; 455 struct gaim_connection *gc;
456 456
457 while (c) { 457 while (c) {
458 gc = (struct gaim_connection *)c->data; 458 gc = (struct gaim_connection *)c->data;
459 serv_warn(gc, SvPV(ST(1), junk), 0); 459 serv_warn(gc, SvPV(ST(1), junk), atoi(SvPV(ST(2), junk)));
460 c = c->next; 460 c = c->next;
461 } 461 }
462 } 462 }
463 463
464 XSRETURN(0); 464 XSRETURN(0);