summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-05-08 11:59:57 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-05-08 11:59:57 +0000
commitaca2f4da109cbd475fe9f7cd0b24bd138b30bfbf (patch)
tree87cdebbe995a1828f84ec640c0b13ba6319f9272
parent2e318c11d70a027dd66ec581379d0b20acb6aca6 (diff)
Generate error pages when needed (Brent Palmer)
-rw-r--r--src/htsparse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/htsparse.c b/src/htsparse.c
index 0b7a785..b660005 100644
--- a/src/htsparse.c
+++ b/src/htsparse.c
@@ -3737,8 +3737,9 @@ int hts_mirror_check_moved(htsmoduleStruct* str, htsmoduleStructExtended* stre)
freet(r->adr);
r->adr=NULL;
}
+ error=1; // erreur!
}
- error=1; // erreur!
+ // otherwise, consider this is not an error
}
// FIN rattrapage des 301,302,307..
// ------------------------------------------------------------