mirror of
https://github.com/mirror/wget.git
synced 2025-03-04 23:00:22 +08:00
* src/convert.c (convert_links): Fix fallthrough
This commit is contained in:
parent
6d6679ba86
commit
21daa24e72
@ -322,8 +322,8 @@ convert_links (const char *file, struct urlpos *links)
|
|||||||
xfree (newname);
|
xfree (newname);
|
||||||
xfree (quoted_newname);
|
xfree (quoted_newname);
|
||||||
++to_file_count;
|
++to_file_count;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case CO_CONVERT_BASENAME_ONLY:
|
case CO_CONVERT_BASENAME_ONLY:
|
||||||
{
|
{
|
||||||
char *newname = convert_basename (p, link);
|
char *newname = convert_basename (p, link);
|
||||||
|
Loading…
Reference in New Issue
Block a user