Changeset 8519f45 for protocols/oscar/chat.c
- Timestamp:
- 2015-01-26T02:43:34Z (10 years ago)
- Branches:
- master
- Children:
- be1efa3
- Parents:
- 95e17fc
- git-author:
- dequis <dx@…> (18-01-15 05:18:40)
- git-committer:
- dequis <dx@…> (26-01-15 02:43:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/chat.c
r95e17fc r8519f45 67 67 */ 68 68 for (i = 0; i < sizeof(ckstr); i++) 69 aimutil_put8(ckstr+i, (guint8) rand()); 69 (void) aimutil_put8(ckstr+i, (guint8) rand()); 70 70 71 71 72 cookie = aim_mkcookie(ckstr, AIM_COOKIETYPE_CHAT, NULL); … … 228 229 */ 229 230 for (i = 0; i < sizeof(ckstr); i++) 230 aimutil_put8(ckstr, (guint8) rand());231 (void) aimutil_put8(ckstr, (guint8) rand()); 231 232 232 233 /* XXX should be uncached by an unwritten 'invite accept' handler */
Note: See TracChangeset
for help on using the changeset viewer.