1
0
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:
hniksic 2005-05-16 10:30:07 -07:00
parent 430f5f3b1e
commit 857c3e2ca4

View File

@ -1126,7 +1126,7 @@ url_free (struct url *url)
}
/* Create all the necessary directories for PATH (a file). Calls
mkdirhier() internally. */
make_directory internally. */
int
mkalldirs (const char *path)
{