When using the '%N' structure naming key, separate the filename and extension with a dot.

This commit is contained in:
Steve Mokris
2021-12-08 14:39:02 -05:00
parent ce0f63d0b2
commit 61ded2d838

View File

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