From a3aa3e309506ea96fa8f7546f6b22fa85263a934 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 11 Dec 2009 12:36:10 +0100 Subject: wget: check for close success; fix chunked; do not bother to send QUIT to ftp Also, random fixes to use %u for unsigned quantities. -14 bytes in wget. Signed-off-by: Denys Vlasenko --- archival/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival') diff --git a/archival/tar.c b/archival/tar.c index c12331c83..d6c44a7b7 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -336,7 +336,7 @@ static int writeTarHeader(struct TarBallInfo *tbInfo, && statbuf->st_size > (off_t)0777777777777LL ) { bb_error_msg_and_die("can't store file '%s' " - "of size %"OFF_FMT"d, aborting", + "of size %"OFF_FMT"u, aborting", fileName, statbuf->st_size); } header.typeflag = REGTYPE; -- cgit v1.2.3