Mercurial > pidgin
changeset 5317:2b437c18719e
[gaim-migrate @ 5689]
Oops, this should have been _UNKNOWN_. Thanks Lazlo! Now errors should be
reported again.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 06 May 2003 22:42:00 +0000 |
parents | d5690ed70085 |
children | bd98232872a3 |
files | src/protocols/msn/servconn.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/servconn.c Tue May 06 08:54:58 2003 +0000 +++ b/src/protocols/msn/servconn.c Tue May 06 22:42:00 2003 +0000 @@ -50,7 +50,7 @@ cb = g_hash_table_lookup(servconn->commands, command); if (cb == NULL) { - cb = g_hash_table_lookup(servconn->commands, "_unknown_"); + cb = g_hash_table_lookup(servconn->commands, "_UNKNOWN_"); if (cb == NULL) { gaim_debug(GAIM_DEBUG_WARNING, "msn",