Changeset 936ded6 for protocols/oscar/chat.c
- Timestamp:
- 2006-05-25T08:57:31Z (17 years ago)
- Branches:
- master
- Children:
- 0602496
- Parents:
- fc630f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/chat.c
rfc630f9 r936ded6 163 163 the right charset flags, as we also do with normal 164 164 messages. Hope this will work. :-) */ 165 /* 165 166 if (flags & AIM_CHATFLAGS_UNICODE) 166 167 aimbs_put16(&fr->data, 0x0002); … … 171 172 172 173 aimbs_put16(&fr->data, 0x0000); 174 */ 173 175 174 176 /*
Note: See TracChangeset
for help on using the changeset viewer.