From 78cc75f29abaf3a03bc8ecba87b92337185cf704 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 13 Apr 2010 19:39:50 +0000 Subject: [PATCH] thrasher_buddy_add_request: Alias may not be known yet. --- thblist.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thblist.c b/thblist.c index 593c64c..7289cf6 100644 --- a/thblist.c +++ b/thblist.c @@ -317,6 +317,9 @@ void thrasher_buddy_add_request (PurpleAccount *account, const char *remote_user const char *message) { const char *jid = thrasher_account_get_jid(account); + if (! alias) { + alias = "(unknown)"; + } purple_debug_info("thrasher", "legacy user %s aka %s added %s to roster\n", remote_user, alias, jid); -- 2.11.4.GIT