Mercurial > pidgin
changeset 9586:70fe6ef5d3a3
[gaim-migrate @ 10429]
(11:17:22) nosnilmot: this probably fixes bug 996253
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 24 Jul 2004 15:22:19 +0000 |
parents | a089ae71d36c |
children | 5e1c76f3d232 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Sat Jul 24 15:21:02 2004 +0000 +++ b/src/protocols/oscar/oscar.c Sat Jul 24 15:22:19 2004 +0000 @@ -5644,7 +5644,7 @@ char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, name); if (gname) { gaim_debug_info("oscar", - "ssi: changing the alias for buddy %s to %s\n", name, alias); + "ssi: changing the alias for buddy %s to %s\n", name, alias ? alias : "(none)"); aim_ssi_aliasbuddy(od->sess, gname, name, alias); } }