From 467af4f7b516b97ca082be794c8c462e4dea41ad Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 5 Jul 2016 12:32:16 +0200 Subject: Update luratech jbig2 function prototype with int to size_t change. --- source/fitz/filter-jbig2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fitz/filter-jbig2.c b/source/fitz/filter-jbig2.c index 0ce72201..63ad039f 100644 --- a/source/fitz/filter-jbig2.c +++ b/source/fitz/filter-jbig2.c @@ -128,7 +128,7 @@ jbig2_write(unsigned char *buf, unsigned long row, unsigned long width, unsigned } static int -next_jbig2d(fz_context *ctx, fz_stream *stm, int len) +next_jbig2d(fz_context *ctx, fz_stream *stm, size_t len) { fz_jbig2d *state = stm->state; JB2_Error err; -- cgit v1.2.3