comparison src/protocols/oscar/ft.c @ 10990:8d74ae785a46

[gaim-migrate @ 12828] More compile warning getting rid of. Also fix the crash from my last batch of comile warning getting rid ofs. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 09 Jun 2005 04:33:52 +0000
parents 33746d45bd0d
children 2a3568cbd8a6
comparison
equal deleted inserted replaced
10989:b4919e8c634c 10990:8d74ae785a46
291 else 291 else
292 aimbs_put16(hdrbs, 0x0002); 292 aimbs_put16(hdrbs, 0x0002);
293 293
294 aimbs_put16(hdrbs, 0x0000); 294 aimbs_put16(hdrbs, 0x0000);
295 aimbs_put16(hdrbs, 0x0000); 295 aimbs_put16(hdrbs, 0x0000);
296 aimbs_putraw(hdrbs, sess->sn, strlen(sess->sn)); 296 aimbs_putstr(hdrbs, sess->sn);
297 297
298 aim_bstream_setpos(hdrbs, 52); /* bleeehh */ 298 aim_bstream_setpos(hdrbs, 52); /* bleeehh */
299 299
300 aimbs_put8(hdrbs, 0x00); 300 aimbs_put8(hdrbs, 0x00);
301 aimbs_put16(hdrbs, 0x0000); 301 aimbs_put16(hdrbs, 0x0000);
366 /* flags - used for typing notification and to mark if this is an away message */ 366 /* flags - used for typing notification and to mark if this is an away message */
367 aimbs_put16(hdrbs, 0x0000 | isawaymsg); 367 aimbs_put16(hdrbs, 0x0000 | isawaymsg);
368 368
369 aimbs_put16(hdrbs, 0x0000); 369 aimbs_put16(hdrbs, 0x0000);
370 aimbs_put16(hdrbs, 0x0000); 370 aimbs_put16(hdrbs, 0x0000);
371 aimbs_putraw(hdrbs, sess->sn, strlen(sess->sn)); 371 aimbs_putstr(hdrbs, sess->sn);
372 372
373 aim_bstream_setpos(hdrbs, 52); /* bleeehh */ 373 aim_bstream_setpos(hdrbs, 52); /* bleeehh */
374 374
375 aimbs_put8(hdrbs, 0x00); 375 aimbs_put8(hdrbs, 0x00);
376 aimbs_put16(hdrbs, 0x0000); 376 aimbs_put16(hdrbs, 0x0000);