mirror of
https://github.com/mirror/wget.git
synced 2025-03-13 11:20:19 +08:00
* src/metalink.c: Remove C++ style comments
This commit is contained in:
parent
3e7e29f358
commit
7fad76db4c
@ -155,10 +155,10 @@ retrieve_from_metalink (const metalink_t* metalink)
|
|||||||
it as output_stream. We restore the original configuration
|
it as output_stream. We restore the original configuration
|
||||||
after we are finished with the file. */
|
after we are finished with the file. */
|
||||||
if (opt.always_rest)
|
if (opt.always_rest)
|
||||||
// continue previous download
|
/* continue previous download */
|
||||||
output_stream = fopen (mfile->name, "ab");
|
output_stream = fopen (mfile->name, "ab");
|
||||||
else
|
else
|
||||||
// create a file with an unique name
|
/* create a file with an unique name */
|
||||||
output_stream = unique_create (mfile->name, true, &filename);
|
output_stream = unique_create (mfile->name, true, &filename);
|
||||||
|
|
||||||
output_stream_regular = true;
|
output_stream_regular = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user