summaryrefslogtreecommitdiff
path: root/src/htsname.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-02 17:49:26 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-02 17:49:26 +0000
commit062c7d476400fdfee886437886f8b7f08dc07ea8 (patch)
treea869eb39c6bb42e69fcbde66484b510fc1e20433 /src/htsname.c
parent6420d9b19d7b03521674fba41adcad92f4ba1b23 (diff)
Added comment
Diffstat (limited to 'src/htsname.c')
-rw-r--r--src/htsname.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htsname.c b/src/htsname.c
index 61bc66f..5152a31 100644
--- a/src/htsname.c
+++ b/src/htsname.c
@@ -293,6 +293,7 @@ int url_savename(char *adr_complete, char *fil_complete, char *save,
}
// decode remaining % (normally not necessary; already done in htsparse.c)
+ // this will NOT decode buggy %xx (ie. not UTF-8) ones
if (hts_unescapeUrl(fil, catbuff, sizeof(catbuff)) == 0) {
strcpybuff(fil, catbuff);
} else {