X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fbitio.c;h=73976046e59852ef265bea9ef563b0a779782aee;hp=b3cdf240e0643122591c0aaf83dae83a83e9e2ee;hb=2830ded755dacfd12f2d78ebb95aff85f60adcb7;hpb=22701c9c4b5911a6797111ccf080607841390746 diff --git a/lib/bitio.c b/lib/bitio.c index b3cdf24..7397604 100644 --- a/lib/bitio.c +++ b/lib/bitio.c @@ -395,6 +395,7 @@ void reader_init_zlibinflate(struct reader_t*r, struct reader_t*input) reader_resetbits(r); #else fprintf(stderr, "Error: swftools was compiled without zlib support"); + exit(1); #endif }