mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 08:26:14 +03:00
When using the '%N' structure naming key, separate the filename and extension with a dot.
This commit is contained in:
@@ -901,6 +901,8 @@ int url_savename(lien_adrfilsave *const afs,
|
||||
strncatbuff(b, nom_pos, 8);
|
||||
}
|
||||
b += strlen(b); // pointer à la fin
|
||||
*b = '.';
|
||||
++b;
|
||||
// RECOPIE NOM + EXT
|
||||
*b = '\0';
|
||||
if (dot_pos) {
|
||||
|
||||
Reference in New Issue
Block a user