mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Fixed mkdirhier to make_directory in comment.
This commit is contained in:
parent
430f5f3b1e
commit
857c3e2ca4
@ -1126,7 +1126,7 @@ url_free (struct url *url)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Create all the necessary directories for PATH (a file). Calls
|
/* Create all the necessary directories for PATH (a file). Calls
|
||||||
mkdirhier() internally. */
|
make_directory internally. */
|
||||||
int
|
int
|
||||||
mkalldirs (const char *path)
|
mkalldirs (const char *path)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user