diff options
Diffstat (limited to 'src/htsparse.c')
-rw-r--r-- | src/htsparse.c | 3 |
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.. // ------------------------------------------------------------ |