git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22701c9
)
fixed error handling for missing zlib.
author
kramm
<kramm>
Wed, 23 Feb 2005 20:47:08 +0000
(20:47 +0000)
committer
kramm
<kramm>
Wed, 23 Feb 2005 20:47:08 +0000
(20:47 +0000)
lib/bitio.c
patch
|
blob
|
history
diff --git
a/lib/bitio.c
b/lib/bitio.c
index
b3cdf24
..
7397604
100644
(file)
--- 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
}