X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fbitio.c;h=73976046e59852ef265bea9ef563b0a779782aee;hb=dbc9adb7ae63afb520ab7d048739ef92a18d3b7f;hp=b3cdf240e0643122591c0aaf83dae83a83e9e2ee;hpb=fb4dfe198650e8ab64eacffc334389d5fe186355;p=swftools.git 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 }