Andrew Benton wrote:
--- gtk-gnutella-current/src/core/downloads.c~ 2005-05-29 07:46:17.000000000 +0100 +++ gtk-gnutella-current/src/core/downloads.c 2005-05-29 13:54:00.239202321 +0100
@@ -4389,7 +4389,7 @@
        enum dl_chunk_status status;
        filesize_t fc_end;
       -        status = file_info_pos_status(fi, d->pos, NULL, &fc_end);
+        status = file_info_pos_status(fi, d->pos);
        switch (status) {
        case DL_CHUNK_DONE:


Ugh... I should have thought it would get damaged in the mail and just attached 
it
--- gtk-gnutella-current/src/core/downloads.c~	2005-05-29 07:46:17.000000000 +0100
+++ gtk-gnutella-current/src/core/downloads.c	2005-05-29 13:54:00.239202321 +0100
@@ -4389,7 +4389,7 @@
 		enum dl_chunk_status status;
 		filesize_t fc_end;
 	   
-		status = file_info_pos_status(fi, d->pos, NULL, &fc_end);
+		status = file_info_pos_status(fi, d->pos);
 
 		switch (status) {
 		case DL_CHUNK_DONE:

Reply via email to