--- a/src/protocols/oscar/chatnav.c Thu Jun 09 04:33:52 2005 +0000 +++ b/src/protocols/oscar/chatnav.c Thu Jun 09 04:38:10 2005 +0000 @@ -67,9 +67,9 @@ /* detail level */ aimbs_put8(&fr->data, 0x01); - aim_tlvlist_add_string(&tl, 0x00d3, name); - aim_tlvlist_add_string(&tl, 0x00d6, charset); - aim_tlvlist_add_string(&tl, 0x00d7, lang); + aim_tlvlist_add_str(&tl, 0x00d3, name); + aim_tlvlist_add_str(&tl, 0x00d6, charset); + aim_tlvlist_add_str(&tl, 0x00d7, lang); /* tlvcount */ aimbs_put16(&fr->data, aim_tlvlist_count(&tl));