comparison src/protocols/oscar/ft.c @ 8426:aa755705bcf5

[gaim-migrate @ 9156] I'm not even going to check if this compiles... I'm sure marv'll let me know if it doesn't. I think this is what he wanted... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 11 Mar 2004 02:54:09 +0000
parents 609a62b8e748
children d9cf0c2f4339
comparison
equal deleted inserted replaced
8425:6d8ec773a485 8426:aa755705bcf5
853 aim_frame_destroy(fr); 853 aim_frame_destroy(fr);
854 return -ENOMEM; 854 return -ENOMEM;
855 } 855 }
856 856
857 memcpy(fr->hdr.rend.magic, "OFT2", 4); 857 memcpy(fr->hdr.rend.magic, "OFT2", 4);
858 fr->hdr.rend.hdrlen = aim_bstream_curpos(&fr->data); 858 fr->hdr.rend.hdrlen = aim_bstream_curpos(&fr->data) + 8;
859 859
860 aim_tx_enqueue(sess, fr); 860 aim_tx_enqueue(sess, fr);
861 861
862 return 0; 862 return 0;
863 } 863 }