mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix comment
This commit is contained in:
parent
b1838bdfd1
commit
4f09a3118f
@ -1,3 +1,7 @@
|
||||
2012-11-15 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* retr.c (write_data): Fix comment.
|
||||
|
||||
2012-11-13 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* retr.c (fd_read_body): Correctly check the return code from
|
||||
|
@ -141,8 +141,8 @@ limit_bandwidth (wgint bytes, struct ptimer *timer)
|
||||
amount of data and decrease SKIP. Increment *TOTAL by the amount
|
||||
of data written. If OUT2 is not NULL, also write BUF to OUT2.
|
||||
In case of error writing to OUT, -1 is returned. In case of error
|
||||
writing to OUT2, -2 is returned. In case of any other error,
|
||||
1 is returned. */
|
||||
writing to OUT2, -2 is returned. Return 1 if the whole BUF was
|
||||
skipped. */
|
||||
|
||||
static int
|
||||
write_data (FILE *out, FILE *out2, const char *buf, int bufsize,
|
||||
|
Loading…
Reference in New Issue
Block a user