[evince] tiff: fix compile warning



commit 205945615532f289e874c5c53487bc4518940baf
Author: Hib Eris <hib hiberis nl>
Date:   Sun Feb 19 13:18:24 2012 +0100

    tiff: fix compile warning

 backend/tiff/tiff2ps.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backend/tiff/tiff2ps.c b/backend/tiff/tiff2ps.c
index 43a6cb3..c0dc0bf 100644
--- a/backend/tiff/tiff2ps.c
+++ b/backend/tiff/tiff2ps.c
@@ -1127,7 +1127,7 @@ PS_Lvl2page(TIFF2PSContext* ctx, TIFF* tif, uint32 w, uint32 h)
 	}
 	buf_data = (unsigned char *)_TIFFmalloc(chunk_size);
 	if (!buf_data) {
-		TIFFError(ctx->filename, "Can't alloc %u bytes for %s.",
+		TIFFError(ctx->filename, "Can't alloc %i bytes for %s.",
 			chunk_size, tiled_image ? "tiles" : "strips");
 		return(FALSE);
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]