summaryrefslogtreecommitdiff
path: root/src/htsfilters.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:59:03 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:59:03 +0000
commit660b569b0980fc8f71b03ed666dd02eec8388b4c (patch)
tree8ad02b5f0bebdd4cd1d2ba01005d6f3f71a0a7fb /src/htsfilters.c
parent64cc4a88da8887ef1f7f4d90be0158d2cc76222d (diff)
httrack 3.41.2
Diffstat (limited to 'src/htsfilters.c')
-rw-r--r--src/htsfilters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsfilters.c b/src/htsfilters.c
index cd7abdd..d78848f 100644
--- a/src/htsfilters.c
+++ b/src/htsfilters.c
@@ -265,7 +265,7 @@ HTS_INLINE char* strjoker(char* chaine,char* joker,LLint* size,int* size_flag) {
// tester
i=0;
if (!unique)
- max=strlen(chaine);
+ max = (int) strlen(chaine);
else /* *(a) only match a (not aaaaa) */
max=1;
while(i<(int) max) {