]> andersk Git - libfaim.git/blobdiff - aim_im.c
- Tue Sep 5 03:47:26 GMT 2000
[libfaim.git] / aim_im.c
index ed2e021b91b170422c5e173f1506662af0d26ef0..82ce16cbfe4437217382bfe243434d66524ff18a 100644 (file)
--- a/aim_im.c
+++ b/aim_im.c
@@ -47,7 +47,7 @@ faim_export unsigned long aim_send_im(struct aim_session_t *sess,
    *
    */
   for (i=0;i<8;i++)
-    curbyte += aimutil_put8(newpacket->data+curbyte, (u_char) random());
+    curbyte += aimutil_put8(newpacket->data+curbyte, (u_char) rand());
 
   /*
    * Channel ID
This page took 0.049645 seconds and 4 git commands to generate.