From 2f1311730e491ca59294adde890462dadbeb3993 Mon Sep 17 00:00:00 2001 From: kientzle Date: Wed, 11 May 2005 03:47:48 +0000 Subject: Since the FreeBSD local modifications are mostly trivial (consisting primarily of pointless $FreeBSD$ tags), sync most files in HEAD with those in the ZLIB branch. This minimizes the differences between HEAD and ZLIB and should simplify future imports. After this, there are only three files with local modifications (gzio.c, minigzip.c, and zconf.h) and two non-vendor files (Makefile, zopen.c). The rest exactly match the vendor distribution. PR: i386/76294 MFC after: 2 weeks --- lib/libz/infback.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libz/infback.c') diff --git a/lib/libz/infback.c b/lib/libz/infback.c index e970998..262f97c7 100644 --- a/lib/libz/infback.c +++ b/lib/libz/infback.c @@ -434,8 +434,8 @@ void FAR *out_desc; } } - if (state->mode == BAD) - break; + /* handle error breaks in while */ + if (state->mode == BAD) break; /* build code tables */ state->next = state->codes; -- cgit v1.1