Changeset e374dee for libfaim/bos.c


Ignore:
Timestamp:
Oct 10, 2003, 5:12:30 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
fe6f1d3
Parents:
f4d0975
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfaim/bos.c

    r862371b re374dee  
    22 * Family 0x0009 - Basic Oscar Service.
    33 *
     4 * The functionality of this family has been replaced by SSI.
    45 */
    56
    67#define FAIM_INTERNAL
    78#include <aim.h>
     9
     10#include <string.h>
    811
    912/* Subtype 0x0002 - Request BOS rights. */
     
    127130
    128131        for (i = 0; (i < (listcount - 1)) && (i < 99); i++) {
    129                 tmpptr = aimutil_itemidx(localcpy, i, '&');
     132                tmpptr = aimutil_itemindex(localcpy, i, '&');
    130133
    131134                aimbs_put8(&fr->data, strlen(tmpptr));
     
    156159        mod->version = 0x0001;
    157160        mod->toolid = 0x0110;
    158         mod->toolversion = 0x047b;
     161        mod->toolversion = 0x0629;
    159162        mod->flags = 0;
    160163        strncpy(mod->name, "bos", sizeof(mod->name));
Note: See TracChangeset for help on using the changeset viewer.