Changeset e374dee for libfaim/bos.c
- Timestamp:
- Oct 10, 2003, 5:12:30 PM (19 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- fe6f1d3
- Parents:
- f4d0975
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfaim/bos.c
r862371b re374dee 2 2 * Family 0x0009 - Basic Oscar Service. 3 3 * 4 * The functionality of this family has been replaced by SSI. 4 5 */ 5 6 6 7 #define FAIM_INTERNAL 7 8 #include <aim.h> 9 10 #include <string.h> 8 11 9 12 /* Subtype 0x0002 - Request BOS rights. */ … … 127 130 128 131 for (i = 0; (i < (listcount - 1)) && (i < 99); i++) { 129 tmpptr = aimutil_itemi dx(localcpy, i, '&');132 tmpptr = aimutil_itemindex(localcpy, i, '&'); 130 133 131 134 aimbs_put8(&fr->data, strlen(tmpptr)); … … 156 159 mod->version = 0x0001; 157 160 mod->toolid = 0x0110; 158 mod->toolversion = 0x0 47b;161 mod->toolversion = 0x0629; 159 162 mod->flags = 0; 160 163 strncpy(mod->name, "bos", sizeof(mod->name));
Note: See TracChangeset
for help on using the changeset viewer.