From ba1c55b3d101581710d4b7c0671bf972ddf8ea2a Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 2 May 2008 14:32:27 +0000 Subject: Fixed resume bug, improved download output Fixed bug in resume which caused forced redownloads to create invalid pdfs Changed download output to ensure one line per download (rather than a separate one for progress) Changed download output to display name of file rather than url downloading Removed obselete testfile variable Changed variable name of filename->filepath git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-46 --- src/getht.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/getht.c') diff --git a/src/getht.c b/src/getht.c index 5502552..63637bf 100644 --- a/src/getht.c +++ b/src/getht.c @@ -203,7 +203,7 @@ int main(int argc, char *argv[]) int update_contents_files() /* Returns 0 on success, 1 on failure */ { - if(save_file(NULL, issue_uri, issue_xml, 0)) + if(save_file(NULL, issue_uri, issue_xml, "contents", 0)) return 1; else return 0; -- cgit v1.2.3