From 062c7d476400fdfee886437886f8b7f08dc07ea8 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 2 Jun 2013 17:49:26 +0000 Subject: Added comment --- src/htsname.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 { -- cgit v1.2.3