--- a/src/protocols/oscar/bos.c Tue Jul 29 02:27:33 2003 +0000 +++ b/src/protocols/oscar/bos.c Tue Jul 29 04:27:31 2003 +0000 @@ -129,7 +129,7 @@ aim_putsnac(&fr->data, 0x0009, subtype, 0x00, snacid); for (i = 0; (i < (listcount - 1)) && (i < 99); i++) { - tmpptr = aimutil_itemidx(localcpy, i, '&'); + tmpptr = aimutil_itemindex(localcpy, i, '&'); aimbs_put8(&fr->data, strlen(tmpptr)); aimbs_putraw(&fr->data, tmpptr, strlen(tmpptr));