comparison libfaim/aim_im.c @ 889:e1da6a6ec42b

[gaim-migrate @ 899] Oscar works again committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 12 Sep 2000 20:21:36 +0000
parents 595ac7759563
children e18815f5a4e9
comparison
equal deleted inserted replaced
888:38ffd1faa31a 889:e1da6a6ec42b
45 * the 8byte message cookie is returned as well as the 45 * the 8byte message cookie is returned as well as the
46 * SNAC ID. 46 * SNAC ID.
47 * 47 *
48 */ 48 */
49 for (i=0;i<8;i++) 49 for (i=0;i<8;i++)
50 curbyte += aimutil_put8(newpacket->data+curbyte, (u_char) random()); 50 curbyte += aimutil_put8(newpacket->data+curbyte, (u_char) rand());
51 51
52 /* 52 /*
53 * Channel ID 53 * Channel ID
54 */ 54 */
55 curbyte += aimutil_put16(newpacket->data+curbyte,0x0001); 55 curbyte += aimutil_put16(newpacket->data+curbyte,0x0001);