Changeset fc630f9 for protocols


Ignore:
Timestamp:
2006-05-23T08:31:04Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1c8a7a2, 601e813, 936ded6
Parents:
a9ca7dd
Message:

Silenced all compiler warnings that appeared after previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/oscar.c

    ra9ca7dd rfc630f9  
    385385        if (g_strcasecmp(user->proto_opt[USEROPT_AUTH], "login.icq.com") != 0 &&
    386386            g_strcasecmp(user->proto_opt[USEROPT_AUTH], "login.oscar.aol.com") != 0) {
    387                 serv_got_crap(gc, "Warning: Unknown OSCAR server: `%s'. Please review your configuration if the connection fails.");
     387                serv_got_crap(gc, "Warning: Unknown OSCAR server: `%s'. Please review your configuration if the connection fails.",user->proto_opt[USEROPT_AUTH]);
    388388        }
    389389       
Note: See TracChangeset for help on using the changeset viewer.