1.1 --- a/gmyth/src/gmyth_file_transfer.c Tue Mar 27 16:01:23 2007 +0100
1.2 +++ b/gmyth/src/gmyth_file_transfer.c Tue Mar 27 16:01:57 2007 +0100
1.3 @@ -652,7 +652,8 @@
1.4
1.5 GIOCondition io_cond;
1.6 GIOCondition io_cond_control;
1.7 - GIOStatus io_status = G_IO_STATUS_NORMAL, io_status_control = G_IO_STATUS_NORMAL;
1.8 + GIOStatus io_status = G_IO_STATUS_NORMAL;
1.9 + GIOStatus io_status_control = G_IO_STATUS_NORMAL;
1.10
1.11 gboolean ret = TRUE;
1.12
1.13 @@ -756,7 +757,7 @@
1.14
1.15 } /* while - iterates through bytes until reaches the end of stream */
1.16
1.17 - if (read_unlimited && (bytes_sent == 0) && (max_tries == 0) ) {
1.18 + if (read_unlimited && (bytes_sent == 0)) {
1.19 gmyth_debug( "Trying to move to the next program chain..." );
1.20 transfer->priv = GMYTH_FILE_TRANSFER_GET_PRIVATE(transfer);
1.21