From 15b717dce7f32236365d9b021538154280f20ced Mon Sep 17 00:00:00 2001 From: pier11 Date: Thu, 18 Feb 2010 14:31:42 +0000 Subject: [PATCH] mingw: compilation fix --- src/core/sipe-ft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/sipe-ft.c b/src/core/sipe-ft.c index 60d314b4..e72c849a 100644 --- a/src/core/sipe-ft.c +++ b/src/core/sipe-ft.c @@ -325,7 +325,7 @@ sipe_ft_read(guchar **buffer, PurpleXfer *xfer) if (!decrypted) { raise_ft_error(xfer, _("Out of memory")); purple_debug_error("sipe", "sipe_ft_read: can't allocate %" G_GSIZE_FORMAT " bytes for decryption buffer\n", - bytes_read); + (gsize)bytes_read); g_free(*buffer); return -1; } -- 2.11.4.GIT