From 913afb9174bb474104049906c1382dec81826424 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 22:52:17 -0700 Subject: zlib 0.79 --- trees.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trees.c') diff --git a/trees.c b/trees.c index 79cab9f..62411a7 100644 --- a/trees.c +++ b/trees.c @@ -1011,7 +1011,7 @@ local void bi_windup(s) if (s->bi_valid > 8) { put_short(s, s->bi_buf); } else if (s->bi_valid > 0) { - put_byte(s, s->bi_buf); + put_byte(s, (Byte)s->bi_buf); } s->bi_buf = 0; s->bi_valid = 0; -- cgit v1.2.3-55-g6feb