diff --git a/checkin_notes b/checkin_notes index 4fb414e946..e834c885c9 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4507,3 +4507,9 @@ David 1 Aug 2011 client/ file_xfer.cpp + +David 1 Aug 2011 + - client: undo the above. doesn't work + + client/ + file_xfer.cpp diff --git a/client/file_xfer.cpp b/client/file_xfer.cpp index 9b49fd600c..1d8160d888 100644 --- a/client/file_xfer.cpp +++ b/client/file_xfer.cpp @@ -118,12 +118,9 @@ int FILE_XFER::init_upload(FILE_INFO& file_info) { " %d\n" "\n" "\n" - " %s\n" - " %s\n" - " %.0f\n" - " \n" - " \n" - " %.0f\n" + "%s\n" + "%.0f\n" + "%.0f\n" "%s\n" "\n" "%s" @@ -133,9 +130,8 @@ int FILE_XFER::init_upload(FILE_INFO& file_info) { "\n", BOINC_MAJOR_VERSION, BOINC_MINOR_VERSION, BOINC_RELEASE, file_info.name, - file_info.upload_urls.urls[0], - file_info.max_nbytes, file_info.nbytes, + file_info.max_nbytes, file_info.md5_cksum, file_info.xml_signature, file_info.upload_offset