Mercurial > pidgin
diff src/protocols/oscar/chat.c @ 10991:1798ad0be460
[gaim-migrate @ 12829]
Rename aim_tlvlist_add_string to aim_tlvlist_add_str.
Yes, that's one of the functions I just added.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 09 Jun 2005 04:38:10 +0000 |
| parents | ecc0f22db510 |
| children | b45613311dab |
line wrap: on
line diff
--- a/src/protocols/oscar/chat.c Thu Jun 09 04:33:52 2005 +0000 +++ b/src/protocols/oscar/chat.c Thu Jun 09 04:38:10 2005 +0000 @@ -382,13 +382,13 @@ * SubTLV: Type 2: Encoding */ if (encoding != NULL) - aim_tlvlist_add_string(&itl, 0x0002, encoding); + aim_tlvlist_add_str(&itl, 0x0002, encoding); /* * SubTLV: Type 3: Language */ if (language != NULL) - aim_tlvlist_add_string(&itl, 0x0003, language); + aim_tlvlist_add_str(&itl, 0x0003, language); /* * Type 5: Message block. Contains more TLVs.
