diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-23 10:31:04 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-23 10:31:04 +0200 |
commit | fc630f9fb47690c30feaf4738727a213d633afc9 (patch) | |
tree | 237b7e526b5225b964ef71dc92ca26facdbaa3d7 /protocols | |
parent | a9ca7dd4d4b6dc55be46bbbdd166922c69a73590 (diff) |
Silenced all compiler warnings that appeared after previous commit.
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/oscar/oscar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/oscar/oscar.c b/protocols/oscar/oscar.c index 4e75fe0a..5174f95c 100644 --- a/protocols/oscar/oscar.c +++ b/protocols/oscar/oscar.c @@ -384,7 +384,7 @@ static void oscar_login(struct aim_user *user) { if (g_strcasecmp(user->proto_opt[USEROPT_AUTH], "login.icq.com") != 0 && g_strcasecmp(user->proto_opt[USEROPT_AUTH], "login.oscar.aol.com") != 0) { - serv_got_crap(gc, "Warning: Unknown OSCAR server: `%s'. Please review your configuration if the connection fails."); + serv_got_crap(gc, "Warning: Unknown OSCAR server: `%s'. Please review your configuration if the connection fails.",user->proto_opt[USEROPT_AUTH]); } g_snprintf(buf, sizeof(buf), _("Signon: %s"), gc->username); |