mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Doc fix.
This commit is contained in:
parent
f29eafcca7
commit
9dbc801ed1
@ -596,7 +596,7 @@ make_directory (const char *directory)
|
|||||||
file_merge("/foo/bar/", "baz") => "/foo/bar/baz"
|
file_merge("/foo/bar/", "baz") => "/foo/bar/baz"
|
||||||
file_merge("foo", "bar") => "bar"
|
file_merge("foo", "bar") => "bar"
|
||||||
|
|
||||||
In other words, it's a simpler and gentler version of uri_merge_1. */
|
In other words, it's a simpler and gentler version of uri_merge. */
|
||||||
|
|
||||||
char *
|
char *
|
||||||
file_merge (const char *base, const char *file)
|
file_merge (const char *base, const char *file)
|
||||||
|
Loading…
Reference in New Issue
Block a user