changeset 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 04fd99debeb9
children 2ab2de8add8b
files src/protocols/oscar/service.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);