Mercurial > pidgin
comparison src/protocols/oscar/oscar.c @ 4743:f58f79816ee0
[gaim-migrate @ 5058]
Mot.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 13 Mar 2003 09:50:41 +0000 |
parents | 636568ab1b4d |
children | a0746ffce599 |
comparison
equal
deleted
inserted
replaced
4742:636568ab1b4d | 4743:f58f79816ee0 |
---|---|
2784 int count = 0, i = 0; | 2784 int count = 0, i = 0; |
2785 guint bit = 1; | 2785 guint bit = 1; |
2786 | 2786 |
2787 if (!caps) { | 2787 if (!caps) { |
2788 strncpy(buf, _("<i>none advertised</i>"), sizeof(buf)); | 2788 strncpy(buf, _("<i>none advertised</i>"), sizeof(buf)); |
2789 } else while (bit <= 0x10000) { | 2789 } else while (bit <= 0x20000) { |
2790 if (bit & caps) { | 2790 if (bit & caps) { |
2791 switch (bit) { | 2791 switch (bit) { |
2792 case 0x1: | 2792 case 0x1: |
2793 tmp = _("Buddy Icon"); | 2793 tmp = _("Buddy Icon"); |
2794 break; | 2794 break; |