Added comment

This commit is contained in:
Xavier Roche
2013-06-02 17:49:26 +00:00
parent 6420d9b19d
commit 062c7d4764

View File

@@ -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 {