Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/woip/c/bzipreader.c
diff options
context:
space:
mode:
Diffstat (limited to 'woip/c/bzipreader.c')
-rw-r--r--woip/c/bzipreader.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/woip/c/bzipreader.c b/woip/c/bzipreader.c
index ea468de..ca66d05 100644
--- a/woip/c/bzipreader.c
+++ b/woip/c/bzipreader.c
@@ -160,7 +160,8 @@ int computeBoundariesUpto(FILE *inFile, int32_t upto) {
if(b == BIT_EOF) {
if(bitsRead >= bStart[currBlock] && (bitsRead - bStart[currBlock]) >= 40) {
- fatal("Corrupted file"); /* I'm not actually certain that this is necessarily the case */
+ fprintf(stderr, "Corrupted file?\n");
+ /* fatal("Corrupted file"); I'm not actually certain that this is necessarily the case */
} else
currBlock--;