From 190a6b04c4f12ee20e7ae86cc3f280c63c2503f6 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 17 Jul 2012 16:21:18 +0200 Subject: Limit when downloading should show progress and when not --- src/ipsw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipsw.c') diff --git a/src/ipsw.c b/src/ipsw.c index 19f73ab..82abbda 100644 --- a/src/ipsw.c +++ b/src/ipsw.c @@ -449,7 +449,7 @@ int ipsw_download_latest_fw(plist_t version_data, const char* product, const cha } else { remove(fwlfn); info("Downloading latest firmware (%s)\n", fwurl); - download_to_file(fwurl, fwlfn); + download_to_file(fwurl, fwlfn, 1); if (memcmp(isha1, zsha1, 20) != 0) { info("\nVerifying '%s'...\n", fwlfn); FILE* f = fopen(fwlfn, "rb"); -- cgit v1.1-32-gdbae