# HG changeset patch # User Mark Doliner # Date 1123811932 0 # Node ID 657aa9a3a7b0ee4f661de2b3f1959b26e977fcfa # Parent 04fd99debeb9a40058059f48664ccc15f74ca151 [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 diff -r 04fd99debeb9 -r 657aa9a3a7b0 src/protocols/oscar/service.c --- a/src/protocols/oscar/service.c Fri Aug 12 01:12:15 2005 +0000 +++ b/src/protocols/oscar/service.c Fri Aug 12 01:58:52 2005 +0000 @@ -934,7 +934,7 @@ modname = aim_tlv_getstr(list, 0x0001, 1); - faimdprintf(sess, 1, "data at 0x%08lx (%d bytes) of requested\n", offset, len, modname ? modname : "aim.exe"); + faimdprintf(sess, 1, "data at 0x%08lx (%d bytes) of requested %s\n", offset, len, modname ? modname : "aim.exe"); if ((userfunc = aim_callhandler(sess, rx->conn, snac->family, snac->subtype))) ret = userfunc(sess, rx, offset, len, modname);