Mercurial > pidgin
changeset 12407:b33b4e326c90
[gaim-migrate @ 14714]
undef warning fix for ICQ_OSCAR_SUPPORT. If this is never defined anywhere, as the comment indicates, is the code still necessary?
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 08 Dec 2005 20:58:52 +0000 |
parents | bc45ab9756b5 |
children | 3d297efa70bb |
files | src/protocols/oscar/locate.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/locate.c Thu Dec 08 20:58:28 2005 +0000 +++ b/src/protocols/oscar/locate.c Thu Dec 08 20:58:52 2005 +0000 @@ -847,7 +847,7 @@ aim_tlvlist_add_16(&tlvlist, 0x0004, info->idletime); /* XXX - So, ICQ_OSCAR_SUPPORT is never defined anywhere... */ -#if ICQ_OSCAR_SUPPORT +#ifdef ICQ_OSCAR_SUPPORT if (atoi(info->sn) != 0) { if (info->present & AIM_USERINFO_PRESENT_ICQEXTSTATUS) aim_tlvlist_add_16(&tlvlist, 0x0006, info->icqinfo.status);