aboutsummaryrefslogtreecommitdiff
path: root/wget.c
diff options
context:
space:
mode:
Diffstat (limited to 'wget.c')
-rw-r--r--wget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wget.c b/wget.c
index 50b9aeec7..dbc283698 100644
--- a/wget.c
+++ b/wget.c
@@ -159,7 +159,7 @@ int wget_main(int argc, char **argv)
159 */ 159 */
160 if (do_continue) { 160 if (do_continue) {
161 if (fstat(fileno(output), &sbuf) < 0) 161 if (fstat(fileno(output), &sbuf) < 0)
162 error_msg_and_die("fstat()"); 162 perror_msg_and_die("fstat()");
163 if (sbuf.st_size > 0) 163 if (sbuf.st_size > 0)
164 beg_range = sbuf.st_size; 164 beg_range = sbuf.st_size;
165 else 165 else
@@ -514,7 +514,7 @@ progressmeter(int flag)
514 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 514 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
515 * SUCH DAMAGE. 515 * SUCH DAMAGE.
516 * 516 *
517 * $Id: wget.c,v 1.13 2000/12/09 16:55:35 andersen Exp $ 517 * $Id: wget.c,v 1.14 2000/12/18 03:08:29 kraai Exp $
518 */ 518 */
519 519
520 520