Mercurial > pidgin
changeset 2357:d6d3d2e6d625
[gaim-migrate @ 2370]
what the hell
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 24 Sep 2001 21:41:19 +0000 |
parents | ddf404cd9757 |
children | 202222f100b6 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);