src/protocols/oscar/bos.c

changeset 6322
35fdae8a156f
parent 5948
2527d515c3b8
child 7167
9cfb68a44e17
--- 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));

mercurial