mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 08:26:14 +03:00
Added comment
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user