File evince-2.32.0-windows.patch of Package mingw64-evince
--- evince-2.32.0/backend/tiff/tiff2ps.c 2009-04-24 09:24:16.000000000 +0200 +++ evince-2.32.0/backend/tiff/tiff2ps.c 2013-04-13 11:40:57.404639162 +0200 @@ -1128,7 +1128,7 @@ buf_data = (unsigned char *)_TIFFmalloc(chunk_size); if (!buf_data) { TIFFError(ctx->filename, "Can't alloc %u bytes for %s.", - chunk_size, tiled_image ? "tiles" : "strips"); + (unsigned)chunk_size, tiled_image ? "tiles" : "strips"); return(FALSE); }