comparison src/protocols/oscar/service.c @ 11239:657aa9a3a7b0

[gaim-migrate @ 13393] Red Hat bug #165752, printf mis-match This bug was filed at 3:30 this afternoon. Was fixed in about 7 hours. Will be in a released version of Gaim in about 10. Will be in Fedora within maybe 4 days. Closed-source development eat your heart out, you sick cannibal bastards. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 12 Aug 2005 01:58:52 +0000
parents bd8ac1d4b2f2
children 7d31d61e6438
comparison
equal deleted inserted replaced
11238:04fd99debeb9 11239:657aa9a3a7b0
932 len = aimbs_get32(bs); 932 len = aimbs_get32(bs);
933 list = aim_tlvlist_read(bs); 933 list = aim_tlvlist_read(bs);
934 934
935 modname = aim_tlv_getstr(list, 0x0001, 1); 935 modname = aim_tlv_getstr(list, 0x0001, 1);
936 936
937 faimdprintf(sess, 1, "data at 0x%08lx (%d bytes) of requested\n", offset, len, modname ? modname : "aim.exe"); 937 faimdprintf(sess, 1, "data at 0x%08lx (%d bytes) of requested %s\n", offset, len, modname ? modname : "aim.exe");
938 938
939 if ((userfunc = aim_callhandler(sess, rx->conn, snac->family, snac->subtype))) 939 if ((userfunc = aim_callhandler(sess, rx->conn, snac->family, snac->subtype)))
940 ret = userfunc(sess, rx, offset, len, modname); 940 ret = userfunc(sess, rx, offset, len, modname);
941 941
942 free(modname); 942 free(modname);