Mercurial > pidgin
comparison src/protocols/irc/irc.c @ 10724:811f12c8a5e4
[gaim-migrate @ 12324]
gaim-2.0.0cvs-irc_warning_fix.diff from grim
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Fri, 25 Mar 2005 13:12:18 +0000 |
| parents | 6a618db0a404 |
| children | c4cb90065e1d |
comparison
equal
deleted
inserted
replaced
| 10723:a9c77f7b8ced | 10724:811f12c8a5e4 |
|---|---|
| 432 } | 432 } |
| 433 | 433 |
| 434 static void irc_set_status(GaimAccount *account, GaimStatus *status) | 434 static void irc_set_status(GaimAccount *account, GaimStatus *status) |
| 435 { | 435 { |
| 436 GaimConnection *gc = gaim_account_get_connection(account); | 436 GaimConnection *gc = gaim_account_get_connection(account); |
| 437 struct irc_conn *irc; | 437 struct irc_conn *irc = NULL; |
| 438 const char *args[1]; | 438 const char *args[1]; |
| 439 const char *status_id = gaim_status_get_id(status); | 439 const char *status_id = gaim_status_get_id(status); |
| 440 | 440 |
| 441 if (gc) | 441 if (gc) |
| 442 irc = gc->proto_data; | 442 irc = gc->proto_data; |
