[gaim-migrate @ 2370]

Mon, 24 Sep 2001 21:41:19 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Mon, 24 Sep 2001 21:41:19 +0000
changeset 2357
fef27181f7e2
parent 2356
1a40a47dd54d
child 2358
7e0c5023fb3c

[gaim-migrate @ 2370]
what the hell

src/protocols/oscar/oscar.c file | annotate | diff | comparison | revisions
--- a/src/protocols/oscar/oscar.c	Mon Sep 24 20:37:41 2001 +0000
+++ b/src/protocols/oscar/oscar.c	Mon Sep 24 21:41:19 2001 +0000
@@ -1311,7 +1311,7 @@
 			file = fopen(gc->user->iconfile, "r");
 			if (file) {
 				fread(buf, 1, st.st_size, file);
-				debug_printf("Sending buddy icon to %d\n", userinfo->sn);
+				debug_printf("Sending buddy icon to %s\n", userinfo->sn);
 				aim_send_icon(sess, conn, userinfo->sn, buf, st.st_size,
 					      st.st_mtime, aim_iconsum(buf, st.st_size));
 				fclose(file);

mercurial